1
1
Fork 0

Multiboot parsing and uitoa impl

This commit is contained in:
Lauren Toivanen 2023-07-24 21:48:21 +03:00
parent ebf9982c07
commit e16da3adc8
Signed by: jt
GPG key ID: 9151B109B73ECAD5
4 changed files with 291 additions and 45 deletions

View file

@ -2,7 +2,7 @@ all: build/kernel-i386.elf
clean:
-@rm *.bin 2> /dev/null || true
start32.bin: src/start32.asm src/serial.asm
start32.bin: src/*
fasm src/start32.asm start32.bin
image: start32.bin mount
cp start32.bin mnt/koalemos/