diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-24 16:58:33 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-24 16:58:33 +0100 |
commit | 150dd5f860a5f22a8c3bcc1bf3a1f2e36dcf6fd8 (patch) | |
tree | e92a633a780104617483fd9fd379238299affabd /menu_cdrom.lst | |
parent | fa8a840c6dfc9eb737ef5d777f066b05eb8d9544 (diff) | |
download | kogata-150dd5f860a5f22a8c3bcc1bf3a1f2e36dcf6fd8.tar.gz kogata-150dd5f860a5f22a8c3bcc1bf3a1f2e36dcf6fd8.zip |
Change VFS a bit : the root directory of a fs is now a pointer. Fix tests.
Diffstat (limited to 'menu_cdrom.lst')
-rw-r--r-- | menu_cdrom.lst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/menu_cdrom.lst b/menu_cdrom.lst index cc9f50d..f055427 100644 --- a/menu_cdrom.lst +++ b/menu_cdrom.lst @@ -1,5 +1,11 @@ timeout 10 +default 1 -title Macroscope + +title kogata OS kernel /kernel.bin root=io:/atapi0 init=root:/init.bin +title kogata OS without root +kernel /kernel.bin init=io:/mod/init.bin +module /init.bin + |