summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-11-15 12:03:58 +0100
committerAlexis211 <alexis211@gmail.com>2009-11-15 12:03:58 +0100
commite48f1166ae7402f973ea4aab8e53c7612459048c (patch)
tree6c097249b1f6356cc378c500d4b0d21bea9dd6bb /README
parent972e9d53d243b698e9dce7125a08804a43b70534 (diff)
downloadMelon-e48f1166ae7402f973ea4aab8e53c7612459048c.tar.gz
Melon-e48f1166ae7402f973ea4aab8e53c7612459048c.zip
LM
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 6d00f09..df3d346 100644
--- a/README
+++ b/README
@@ -21,3 +21,14 @@ You will probably be prompted for your password. We need it to mount the floppy
And run it with Qemu :
$ make qemu
+
+** HOW TO CONFIGURE THE GRUB ENTRIES : **
+If you want to change the entries that appear when you `make qemu`, then edit the Grub-menu.cfg and `make floppy` again.
+
+The options for the kernel command line are the following :
+- vesa:[disabled|enabled] enables or disables the VESA driver (hangs on Bochs when enabled)
+- keymap:[builtin|...] selects a keymap. keymaps are in Source/Kernel/Ressources/Keymaps
+ built-in keymap is defined in Source/Kernel/DeviceManager/Kbd.ns.cpp
+- init:<init_app> select the init application to run. empty string = go to kernel shell.
+ default is /System/Applications/PaperWork.app
+