Stephen Marz
|
03e34ebf96
|
Added comments, switched KERNEL_TABLE to data section
|
2019-10-12 19:12:50 -04:00 |
|
Stephen Marz
|
4772efe99d
|
Created a larger pager which autodetects the range for GB, MB, and KB pages
|
2019-10-11 22:52:35 -04:00 |
|
Stephen Marz
|
450a152b24
|
Add sanity check from kmalloc. Don't zero if it is null
|
2019-10-10 08:45:39 -04:00 |
|
Stephen Marz
|
1abe0bb336
|
Fixed over-sizing with kzmalloc
|
2019-10-09 20:58:31 -04:00 |
|
Stephen Marz
|
c4b824dfa7
|
Fixed looping bug
|
2019-10-09 20:36:39 -04:00 |
|
Stephen Marz
|
99b98111a4
|
Added kzmalloc for zeroing allocated memory
|
2019-10-09 20:36:05 -04:00 |
|
Stephen Marz
|
7a6ba92732
|
Ran rustfmt and removed dead code
|
2019-10-09 20:24:19 -04:00 |
|
Stephen Marz
|
5ad54c6299
|
Finished MMU, page allocation, and kmem allocation. Switched to supervisor mode in kmain()
|
2019-10-09 18:09:56 -04:00 |
|