]> git.corax.cc Git - corax/commit
Smaller fixes to the paging code:
authorMatthias Kruk <m@m10k.eu>
Thu, 12 Dec 2019 09:33:11 +0000 (18:33 +0900)
committerMatthias Kruk <m@m10k.eu>
Thu, 12 Dec 2019 09:33:11 +0000 (18:33 +0900)
commit9caa512fd4c77ecaeb0c1191bf3cb843929bc1ef
tree7d129dc3f76c4d7e528b89fa7ed2374795f459b0
parent59b9539c95343f6676e88a8a433be7a7bb242472
Smaller fixes to the paging code:
 - Make pg_dir_sbrk() return the address where the heap would start, if there is no heap
 - Don't map any segments but the kernel BSS and TEXT segments into process page directories
kernel/arch/paging.c