| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-27 | Removed bootloader sub-project. ZenOS will focus on the kernel from now on. ↵HEADmaster | Vaze | |
| BOOTBOOT will be used as the only supported bootloader for now. Development of a custom bootloader might resume at a much later date. | |||
| 2026-05-25 | Created a .gitignore to remove nasty build artifacts and created a ↵ | Vaze | |
| Makefile.toml for cargo make to automate bootloader build process. | |||
| 2026-05-24 | Added functionality to bootloader so it can now read the kernel file to memory. | Vaze | |
| 2026-05-21 | The kernel should now write the string Hello, World! into a vga-compatible ↵ | Vaze | |
| text buffer located at 0xb8000. Now I need to write the bootloader to launch the kernel and ensure this text buffer exists. | |||
| 2026-05-20 | Started work on barebones kernel. Compiles without errors, but completely ↵ | Vaze | |
| untested as of yet. | |||
| 2026-05-19 | Started kernel and bootloader project. Created a README | Vaze | |
