sysroot: add a set of base system files

This commit is contained in:
2026-02-21 23:21:52 +00:00
parent c476b08c03
commit cff399fdba
5 changed files with 88 additions and 7 deletions

11
base/boot/grub/grub.cfg Normal file
View File

@@ -0,0 +1,11 @@
menuentry "Rosetta" {
multiboot /boot/mango_kernel
module /boot/rosetta-system.bsp
boot
}
menuentry "Rosetta (Serial Log)" {
multiboot /boot/mango_kernel kernel.early-console=ttyS0
module /boot/rosetta-system.bsp
boot
}