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)
commit21ac7c268fb270b95eb01e04a2d331c709e911f4
tree0a2a962bb3f4c7eedad6e3b07cb281b51b3d768f
parent9869570326bb4e6d39fb41912a9076d53a82ad2d
Rewrite palloc code so that it only touches the first 4 MB of RAM.
This lets us simplify the start.S code so it only needs to create
a page table for the first 4 MB of RAM.
src/threads/init.c
src/threads/palloc.c
src/threads/palloc.h