Hacker News new | ask | show | jobs
by charlesap 4448 days 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.a...
1 comments

That's pretty impressive. Unfortunately the BIOS is still required for getting a map of physical memory...