Remove command line parsing from bootloader
This commit is contained in:
parent
e94059c625
commit
705cd5c725
2 changed files with 3 additions and 54 deletions
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ debug.rom: debug/*.asm lib/*.asm
|
|||
nasm -s -o $@ -I lib -I debug debug/main.asm && scripts/fix-rom.sh $@
|
||||
|
||||
boot/%.bs: boot/%.asm
|
||||
nasm -s -DFLOPPY=$(FLOPPY) -DCMDLINE='"KERNEL.COM"' -o $@ $<
|
||||
nasm -s -DFLOPPY=$(FLOPPY) -o $@ $<
|
||||
|
||||
programs/%.com: programs/%.asm
|
||||
nasm -s -I lib -o $@ $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue