[make] Install kernel to /boot directory on local system.
This commit is contained in:
parent
e043f15cd4
commit
94de5f557b
1
Makefile
1
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
|
||||
|
BIN
bootdisk.img
BIN
bootdisk.img
Binary file not shown.
Loading…
Reference in New Issue
Block a user