kern
log
age | author | description |
---|---|---|
Sat, 09 Apr 2011 07:22:27 +0300 | John Tsiombikas | moved enable_intr out of init_intr and after the kernel initialization is completed |
Sat, 09 Apr 2011 07:14:06 +0300 | John Tsiombikas | fixes here and there |
Wed, 06 Apr 2011 07:42:44 +0300 | John Tsiombikas | protected critical sections in VM and the physical memory manager by disabling interrupts |
Tue, 05 Apr 2011 02:09:02 +0300 | John Tsiombikas | switched the vm to use recursive page tables |
Mon, 04 Apr 2011 23:34:06 +0300 | John Tsiombikas | - fixed tragic mistake in the initial kernel image mapping |
Sun, 03 Apr 2011 18:42:19 +0300 | John Tsiombikas | writing the vm |