feat: misc

Nicer kernel, now can fetch multiboot2 boot info
This commit is contained in:
2026-02-21 22:12:23 +01:00
parent a2dfc5c775
commit e6b231488d
11 changed files with 282 additions and 27 deletions

View File

@@ -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)