GMS Linux: start?

This commit is contained in:
2025-12-30 01:20:20 +00:00
commit ac241a9148
48 changed files with 2028 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
set default=0
set timeout=0 # 5
set timeout_style=hidden
menuentry "MyLinux" {
set root=(hd0,msdos1)
linux /boot/bzImage root=/dev/sda1 rw init=/init console=ttyS0 # quiet
}