5 ms·
You can go all the way to protected mode, enable paging, and then page in the rest of your kernel in just 512 bytes, and without touching the BIOS: https://gith
by charlesap 12y ago
You can go all the way to protected mode, enable paging, and then page in the rest of your kernel in just 512 bytes, and without touching the BIOS: https://github.com/charlesap/bootpager/blob/master/oiuboot.asm https://github.com/charlesap/bootpager/blob/master/oiuboot.a...
- Rusky 12y agoThat's pretty impressive. Unfortunately the BIOS is still required for getting a map of physical memory...