Age | Commit message (Expand) | Author |
---|---|---|
2021-07-18 | move all kernel sources to src/kernel/ | dzwdz |
2021-07-17 | detect the highest used memory address, and only allocate pages above it | dzwdz |
2021-07-17 | Revert "debug code, verifies if the memory gets set up correctly" | dzwdz |
2021-07-17 | debug code, verifies if the memory gets set up correctly | dzwdz |
2021-07-17 | basic boot module support | dzwdz |
2021-07-17 | hacky function for logging pointers | dzwdz |
2021-07-17 | rename _kernel_end to _bss_end | dzwdz |
2021-07-17 | multiboot: manually address regions of the kernel | dzwdz |
2021-07-10 | abstract away logging | dzwdz |
2021-07-10 | clean up the GDT initialization code | dzwdz |
2021-07-10 | allocate the initial stack directly in linker.ld | dzwdz |
2021-07-10 | a sensible source structure | dzwdz |