summaryrefslogtreecommitdiff
path: root/Mount
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-12-20 19:39:46 +0100
committerAlexis211 <alexis211@gmail.com>2009-12-20 19:39:46 +0100
commit1d301e54da75b90172d129594265f2b629f3125a (patch)
tree1eb918a01ef7677c4328ef1d23a2538647448f0b /Mount
parent13d720389a01161a327a30918ad7ac9eec4a3d6c (diff)
downloadMelon-1d301e54da75b90172d129594265f2b629f3125a.tar.gz
Melon-1d301e54da75b90172d129594265f2b629f3125a.zip
rot13, demo app for StreamApp, is working :)
Diffstat (limited to 'Mount')
-rwxr-xr-xMount/boot/menu.cfg27
-rwxr-xr-xMount/boot/stage1bin0 -> 512 bytes
-rwxr-xr-xMount/boot/stage2bin0 -> 99882 bytes
3 files changed, 27 insertions, 0 deletions
diff --git a/Mount/boot/menu.cfg b/Mount/boot/menu.cfg
new file mode 100755
index 0000000..37bcfb0
--- /dev/null
+++ b/Mount/boot/menu.cfg
@@ -0,0 +1,27 @@
+default 2
+
+title The Melon Operating System
+root (fd0)
+kernel /System/Melon.ke root:block.floppy:0:0
+module /System/Init.rfs
+
+title Melon without VESA
+root (fd0)
+kernel /System/Melon.ke vesa:disabled root:block.floppy:0:0
+module /System/Init.rfs
+
+title Melon without init
+root (fd0)
+kernel /System/Melon.ke init: root:block.floppy:0:0
+module /System/Init.rfs
+
+title Melon without init, boot on initramfs
+root (fd0)
+kernel /System/Melon.ke init: root:ramfs:0
+module /System/Init.rfs
+
+title Game of life simulator
+root (fd0)
+kernel /System/Melon.ke init:/Applications/Demos/GOL.app root:block.floppy:0:0
+module /System/Init.rfs
+
diff --git a/Mount/boot/stage1 b/Mount/boot/stage1
new file mode 100755
index 0000000..c10df80
--- /dev/null
+++ b/Mount/boot/stage1
Binary files differ
diff --git a/Mount/boot/stage2 b/Mount/boot/stage2
new file mode 100755
index 0000000..8b578cf
--- /dev/null
+++ b/Mount/boot/stage2
Binary files differ