Rewrite palloc code so that it only touches the first 4 MB of RAM.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 30 Jan 2005 22:04:14 +0000 (22:04 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 30 Jan 2005 22:04:14 +0000 (22:04 +0000)
This lets us simplify the start.S code so it only needs to create
a page table for the first 4 MB of RAM.


No differences found