nasm -f elf start.asm
gcc -Xlinker -T -Xlinker ldscript -ffreestanding -fno-builtin -nostdlib -nostartfiles -s start.o -o miniKernel

