mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-27 19:33:23 +00:00
9 lines
140 B
INI
9 lines
140 B
INI
set timeout_style=menu
|
|
set timeout=1
|
|
|
|
menuentry 'jinux' {
|
|
multiboot2 /boot/jinux
|
|
module2 --nounzip /boot/ramdisk.cpio.gz
|
|
boot
|
|
}
|