Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | multiboot: add multiboot example kernelHEADmain | Johannes Stoelp | 14 hours | 8 | -0/+494 |
| | |||||
* | mbr: add serial port (com) example | Johannes Stoelp | 3 days | 4 | -0/+212 |
| | |||||
* | mbr: read disk lba addressing example | Johannes Stoelp | 10 days | 5 | -0/+258 |
| | |||||
* | mbr: add vga text mode example | Johannes Stoelp | 10 days | 5 | -0/+191 |
| | |||||
* | e820: reduce code size | Johannes Stoelp | 10 days | 1 | -1/+1 |
| | | | | | | Run into 512 byte size limit with different version of the compiler. Try to reduce code size by not emitting instructions to save/restore the frame pointer (not really needed for this toy example). | ||||
* | mbr: example to query memory map (e820) | Johannes Stoelp | 2025-02-07 | 5 | -0/+228 |
| | |||||
* | mbr: zig only real mode 16 bit | Johannes Stoelp | 2025-02-07 | 6 | -0/+225 |
| | |||||
* | mbr: rm->pm, then jump into zig | Johannes Stoelp | 2025-02-07 | 6 | -0/+172 |