Renamed bootboot.cfg to bootparam.cfg

This commit is contained in:
Thomas Oltmann 2026-02-25 22:46:44 +01:00
parent 99ff4deb5d
commit 8345ad61c4
3 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ $(KERNEL_TARGET): $(KERNEL_OBJECTS) kernel.ld | build/boot/sys
@printf "LD %s\n" $@
@"$(LD)" -T kernel.ld $(LDFLAGS) -o $@ $(KERNEL_OBJECTS)
build/disk.img: $(KERNEL_TARGET) kernel.json bootboot.cfg build/boot/font.sff
build/disk.img: $(KERNEL_TARGET) kernel.json bootparam.cfg build/boot/font.sff
$(MKBOOTIMG) kernel.json $@
build:

View file

@ -1,7 +1,7 @@
{
"disksize": 16,
"initrd": { "type": "tar", "directory": "build/boot" },
"config": "bootboot.cfg",
"config": "bootparam.cfg",
"partitions": [
{ "type": "boot", "size": 16 }
]