1
0
Fork 0
aedrix-kernel/kernel
Aaron Lindsay d6e3899fc1 Enable the MMU even if the kernel is not loaded in physical memory at
the same place it was linked against.
2012-09-23 01:39:09 -04:00
..
Makefile.inc mmu: Add initial implementation of identity mapping 2012-09-23 01:39:09 -04:00
console.c Start adding simple video console which uses framebuffer 2012-09-09 01:58:38 -04:00
font.c Add simple 6x13 pixel font 2012-09-09 01:54:02 -04:00
framebuffer.c framebuffer: fix 16- and 24-bit color. 8-bit still doesn't work. 2012-09-08 00:42:23 -04:00
list.c Add simple page allocator and doubly-linked list implementation. 2012-09-17 23:31:01 -04:00
mm.c Add simple page allocator and doubly-linked list implementation. 2012-09-17 23:31:01 -04:00
mmu.c Enable the MMU even if the kernel is not loaded in physical memory at 2012-09-23 01:39:09 -04:00
print.c Add %b to print() to print integers in binary 2012-09-23 01:39:09 -04:00
start_kernel.c Enable the MMU even if the kernel is not loaded in physical memory at 2012-09-23 01:39:09 -04:00