Multiboot parsing and uitoa impl
This commit is contained in:
parent
ebf9982c07
commit
e16da3adc8
4 changed files with 291 additions and 45 deletions
2
Makefile
2
Makefile
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue