Added basic multiboot compliant bootloader dectetion, as well as learning to read the multiboot structor.

This commit is contained in:
2019-02-09 17:16:24 -06:00
parent 657b716f77
commit 4ba0f93efc
6 changed files with 56 additions and 24 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ objects = obj/start.o \
obj/port.o
run:kernel.iso
qemu-system-x86_64 -cdrom kernel.iso &
qemu-system-x86_64 -m 64M -cdrom kernel.iso &
obj/%.o: src/%.c
mkdir -p $(@D)