Renamed bootboot.cfg to bootparam.cfg
This commit is contained in:
parent
99ff4deb5d
commit
8345ad61c4
3 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"disksize": 16,
|
||||
"initrd": { "type": "tar", "directory": "build/boot" },
|
||||
"config": "bootboot.cfg",
|
||||
"config": "bootparam.cfg",
|
||||
"partitions": [
|
||||
{ "type": "boot", "size": 16 }
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue