- Implemented more of the memory manager.
commit91229badbc5121ba96318873e138616b470f1da3
authorMathias Gottschlag <mathias-go@web.de>
Sat, 22 Nov 2008 17:00:23 +0000 (22 18:00 +0100)
committerMathias Gottschlag <mathias-go@web.de>
Sat, 22 Nov 2008 17:00:23 +0000 (22 18:00 +0100)
tree0321d451160bd891ef79ccaa6dc858fe877f60fb
parent1c619bb539c9f74b5c3db436b4368435c9ef37a0
- Implemented more of the memory manager.
- Added a file for bochs.
bochs.config [new file with mode: 0644]
system/bootstrap/start.c
system/include/ke/errors.h
system/include/mm/memory.h
system/kernel/CMakeLists.txt
system/kernel/ke/start.c
system/kernel/mm/phys.c
system/kernel/mm/virt.c [new file with mode: 0644]