aboutsummaryrefslogtreecommitdiff
path: root/make_cdrom.sh
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2017-04-21 16:57:00 +0200
committerAlex Auvolat <alex@adnab.me>2017-04-21 16:57:00 +0200
commitf8334e283c5eb0efeb4bb8a134041e18388d5f01 (patch)
tree508bc475133262afee1d4a1d9fe7af3f576e2ee9 /make_cdrom.sh
parentec08d0410730a16836eb40f5e46082b3bbaf45f6 (diff)
downloadkogata-f8334e283c5eb0efeb4bb8a134041e18388d5f01.tar.gz
kogata-f8334e283c5eb0efeb4bb8a134041e18388d5f01.zip
Lua init
Diffstat (limited to 'make_cdrom.sh')
-rwxr-xr-xmake_cdrom.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/make_cdrom.sh b/make_cdrom.sh
index 170d117..46cd47f 100755
--- a/make_cdrom.sh
+++ b/make_cdrom.sh
@@ -64,8 +64,11 @@ cat > cdrom/boot/grub/menu.lst <<EOF
timeout 10
default 0
-title kogata OS
+title kogata OS, C terminal
kernel /boot/kernel.bin root=io:/disk/atapi0 root_opts=l init=root:/boot/init.bin config=default
+
+title kogata OS, Lua init
+kernel /boot/kernel.bin root=io:/disk/atapi0 root_opts=l init=root:/boot/init.bin config=default lx_init_app=login loop_exec=false
EOF
# Generate CDROM image