Setup a graphics 'driver' of sorts that can display a banner at the top of the screen.

This commit is contained in:
2020-05-22 12:33:50 -05:00
parent 695bd77751
commit a1b1b90793
7 changed files with 104 additions and 33 deletions
+3
View File
@@ -28,6 +28,9 @@ kernel.o: build_numbers.c $(OBJECTS) $(ASMOBJECTS)
kernel.iso: kernel.o
cp obj/bin/kernel.o iso/boot/kernel.bin
grub-mkrescue --output=kernel.iso iso
qemu: kernel.iso
qemu-system-x86_64 -m 256M -cdrom kernel.iso &
.PHONY: clean
clean: