I wanted to add a simple heap implementation to the Wiki to help people see how a heap can be implemented with out doing so much research and digging. This would effectively decrease the amount of time required through research and experimentation which in my opinion is the ultimate goal of a resource for doing operating system (or embedded) development.
But, I am not sure where to put it or where to link it?
Heap Tutorial/Implementation
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Heap Tutorial/Implementation
Heap is empty, so I would think that's the best place to start altogether.
- Bender
- Member
- Posts: 449
- Joined: Wed Aug 21, 2013 3:53 am
- Libera.chat IRC: bender|
- Location: Asia, Singapore
Re: Heap Tutorial/Implementation
It's a wiki, you can do whatever you want provided that the information is accurate and you follow the rules.I wanted to add a simple heap implementation to the Wiki to help people see how a heap can be implemented with out doing so much research and digging. This would effectively decrease the amount of time required through research and experimentation which in my opinion is the ultimate goal of a resource for doing operating system (or embedded) development.
But, I am not sure where to put it or where to link it?
"In a time of universal deceit - telling the truth is a revolutionary act." -- George Orwell
(R3X Runtime VM)(CHIP8 Interpreter OS)
(R3X Runtime VM)(CHIP8 Interpreter OS)
Re: Heap Tutorial/Implementation
Okay, I basically branched between[http://wiki.osdev.org/Memory_management] and [http://wiki.osdev.org/Heap]. I added a snippet on both pages trying to direct the reader to the more appropriate design for what they are looking for.
I am not sure what to do on the main page. If we even need to make an entry in the for heap stuff, or even somehow kind of branch it right there helping to separate the pages out.
But, just an idea. You know my idea may not be the best so looking for some feedback.
I am not sure what to do on the main page. If we even need to make an entry in the for heap stuff, or even somehow kind of branch it right there helping to separate the pages out.
But, just an idea. You know my idea may not be the best so looking for some feedback.