Skip to content
Snippets Groups Projects

X64 MBR mode done.

Merged Recolic requested to merge x64 into master
10 files
+ 264
15
Compare changes
  • Side-by-side
  • Inline
Files
10
build:
nasm -f bin boot.asm -o boot.img
build_x86:
build_x86_64:
run: build
qemu-system-x86_64 boot.img
Loading