summaryrefslogtreecommitdiff
path: root/x86-bare-metal/mbr-e820/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* e820: reduce code sizeJohannes Stoelp10 days1-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 Stoelp2025-02-071-0/+29