Page Frame Allocator Tutorial
Page Frame Allocator Tutorial
I'd like any thoughts you might have on a tutorial I added to the wiki on making a simple page frame allocator, http://wiki.osdev.org/Writing_A_Page_Fr ... The_Method. Suggestions, do I need to clear anything up?
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
- einsteinjunior
- Member
- Posts: 90
- Joined: Tue Sep 11, 2007 6:42 am
Re: Page Frame Allocator Tutorial
What about freeing allocated pages when no more needed?
Re: Page Frame Allocator Tutorial
I think thatendkernel = .;
Code: Select all
_endkernel = .;
http://www.henkessoft.de/OS_Dev/OS_Dev3.htm (OSDEV)
http://www.c-plusplus.de/forum/viewforu ... is-62.html
irc.euirc.net #PrettyOS
http://www.c-plusplus.de/forum/viewforu ... is-62.html
irc.euirc.net #PrettyOS
- 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: Page Frame Allocator Tutorial
How about using a crosscompiler instead of "fixing" that? (or feed gcc with -fno-leading-underscores)