↳
In-reply-to
»
My little toy operating system from last year runs in 16-bit Real Mode (like DOS). Since Iโve recently figured out how to switch to 64-bit Long Mode right after BIOS boot, I now have a little program that performs this switch on my toy OS. It will load and run any x86-64 program, assuming itโs freestanding, a flat binary, and small enough (< 128 KiB code, only uses the first 2 MiB of memory).
โค Read More
Seeing this run on real hardware is so satisfying, even if itโs just a small example. ๐