rm -f *~
gcc -g -O2 -Wl,-Ttext,0x100000 boot.S main.c mem.c i386.S lib.c console.c -o kernel.bin -ffreestanding -nostdlib
cp kernel.bin /mnt/os/
sudo sync 
