sudo apt install build-essential nasm qemu
DISPLAY=hostname:0.0 # hostnname is the IP or hostname of X server
hello
- Hello world of x86 (Done)disk
- Disk operations in real-mode (Done)stage2
- 2 stages boot (Done)pmode
- Protected mode (Done)bootc
- Boot to C (Done)exception
- IDT and exception (Done)interrupt
- IDT and interrupt (Done)task
- TR, TSS and task (Planning)lmode
- Long mode (Planning)call, ret
- call, retdisassemble
- Disassemble