Code: Select all
nasm.exe -f win64 boot.asm -o boot.obj
Code: Select all
~\tdm-gcc64\c++.exe -T linker.ld -o Boot.img -ffreestanding -nostdlib boot.obj kernel.obj
Code: Select all
org 0x7c00
Code: Select all
nasm.exe -f win64 boot.asm -o boot.obj
Code: Select all
~\tdm-gcc64\c++.exe -T linker.ld -o Boot.img -ffreestanding -nostdlib boot.obj kernel.obj
Code: Select all
org 0x7c00