diff --git a/Makefile b/Makefile index afbdc3c7..77d45476 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ install: kernel mount bootdisk.img /mnt -o loop cp kernel /mnt/kernel umount /mnt + cp kernel /boot/toaruos-kernel kernel: start.o link.ld main.o vga.o gdt.o idt.o isrs.o irq.o timer.o kbd.o kprintf.o ld -m elf_i386 -T link.ld -o kernel *.o diff --git a/bootdisk.img b/bootdisk.img index fb4fd76e..bc75c3f1 100644 Binary files a/bootdisk.img and b/bootdisk.img differ