bootstrap-x86

Bootstrap x86

Getting start

  1. Install WSL in Windows, or real Linux machine for GNU toolchain, NASM and QEMU
     sudo apt install build-essential nasm qemu
    
  2. Install X server in Windows machine(Optional if working in Linux)
  3. Set the DISPLAY environment(Optional if working in Linux)
     DISPLAY=hostname:0.0 # hostnname is the IP or hostname of X server
    
  4. Start with a section, e.g. the hello section

Sections

Instructions practice

Debug skills