initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-12-10 23:54:47 +01:00
commit 128c2d6e13
Se han modificado 95 ficheros con 26156 adiciones y 0 borrados

7
iso/boot/grub/grub.cfg Archivo normal
Ver fichero

@@ -0,0 +1,7 @@
set timeout=0
set default=0
menuentry "Rust Kernel" {
multiboot2 /boot/rust-kernel
boot
}