0c50e1eb8c
Fixed interrupts using wrong stack
...
Tasks were running in kernel mode, so the tss stack was not being used.
Unfortunatley, I had to set kmalloc to user r/w so switchTask can save
and load registers.
2019-03-24 14:25:32 -05:00
5618dd6834
Fixed reboot problem
...
STACK GROWS DOWN, NOT UP!
2019-03-24 13:42:00 -05:00
5bca438d98
Add kmalloc
2019-03-23 07:30:00 -05:00
c1bbcaddee
Virtual memory manager no longer returns NULL
2019-03-17 17:47:33 -05:00
afcd0b6580
Virtual memory manager can now create and load address spaces
2019-03-17 12:37:37 -05:00
bfc3964804
Memory allocation is now a syscall
2019-03-17 12:22:00 -05:00
f2ebc5e31e
More work
2019-03-12 17:26:19 -05:00
99d7fed783
Work and cleanup
2019-03-11 09:32:55 -05:00
a1ac07c79e
Rename init_paging to paging_init
2019-02-09 13:05:13 -06:00
ef90f51688
Remove most code for a blank start
2019-02-09 12:52:45 -06:00