Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mbr: read disk lba addressing exampleHEADmain | Johannes Stoelp | 27 hours | 5 | -0/+258 |
| | |||||
* | mbr: add vga text mode example | Johannes Stoelp | 27 hours | 5 | -0/+191 |
| | |||||
* | e820: reduce code size | Johannes Stoelp | 27 hours | 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 |