old-DasOS/prototypes/base
2016-05-18 10:38:47 +02:00
..
include More assembler inlines moved to asm.hpp 2016-05-18 10:38:47 +02:00
lists Adds ELF loader to init.cpp 2016-05-07 19:55:59 +02:00
src More assembler inlines moved to asm.hpp 2016-05-18 10:38:47 +02:00
concepts.txt Some changes in VMM stuff. Mainly a "safe" commit. 2016-05-18 10:12:01 +02:00
entrypoint.S Passes multiboot structure to the system. 2016-05-04 11:51:23 +02:00
init.cpp Refactors io.hpp: Now splits into asm.hpp with namespace ASM and io.hpp which exports the inb,outb function. 2016-05-18 10:31:05 +02:00
interrupts.S Hacks(git add .git add .) multithreading. 2016-05-07 21:49:54 +02:00
linker.ld Adds marking the memory used by the kernel as used. 2016-05-04 18:00:16 +02:00
Makefile Adds ELF loader to init.cpp 2016-05-07 19:55:59 +02:00
memory.txt Some changes in VMM stuff. Mainly a "safe" commit. 2016-05-18 10:12:01 +02:00
multiboot.S Adds linker script, C++ support and a simple screen class. 2016-05-01 20:22:12 +02:00