feat: misc
Nicer kernel, now can fetch multiboot2 boot info
This commit is contained in:
@@ -6,4 +6,5 @@ $(OUTIMG): $(KERNELFILE) $(GRUB_CFG)
|
||||
mkdir -p $(GRUB_DIR)/boot/grub
|
||||
cp $(KERNELFILE) $(GRUB_DIR)/boot/kernel.bin
|
||||
cp $(GRUB_CFG) $(GRUB_DIR)/boot/grub/grub.cfg
|
||||
sed -i 's/$$args/$(CMDLINE)/' $(GRUB_DIR)/boot/grub/grub.cfg
|
||||
grub-mkrescue -o $@ $(GRUB_DIR)
|
||||
|
||||
Reference in New Issue
Block a user