Files
2026-03-06 23:02:09 +01:00
..
2026-03-06 16:53:18 +01:00
2026-03-06 16:53:18 +01:00
2026-03-06 16:53:18 +01:00
2026-03-06 16:53:18 +01:00
2026-03-06 16:53:18 +01:00
2026-03-06 23:02:09 +01:00
2026-03-06 16:53:18 +01:00
2026-03-06 16:53:18 +01:00

bootle

hobby kernel written in rust. It's just for playing around... for now :p

run with nix run git+https://git.mtgmonkey.net/andromeda/bootler#bootle

memory map

+------ 0x00100000 ------+
| hardware, bios stuff   |
+------ 0x00080000 ------+
|                        |
|                        |
+------ 0x00010200 ------+
| kernel                 |
+------ 0x00010000 ------+
| bootloader stuff       |
| includes stack, gdt,   |
| idt for the time being |
+------ 0x00000500 ------+
| bios stuff             |
+------ 0x00000000 ------+

this project follows Common Changelog guidelines