From: Brett Gordon Date: Thu, 13 Aug 2015 20:40:11 +0000 (-0400) Subject: fuzix: coco3: README: updated for new cmdline param: "BOOT" X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=24f549c719bdfcf349ce2c363be8b4da633d317d;p=FUZIX.git fuzix: coco3: README: updated for new cmdline param: "BOOT" --- diff --git a/Kernel/platform-coco3/README b/Kernel/platform-coco3/README index 3c49fae6..ed816b51 100644 --- a/Kernel/platform-coco3/README +++ b/Kernel/platform-coco3/README @@ -51,7 +51,10 @@ LOADM"BOOT.BIN":EXEC 'DW1 The boot loader will automatically consider anything after the BASIC REM comment as a commandline to be sent to the kernel. In the above example, "DW1", indicates that DriveWire Drive No. 1 should be mounted -as the root filesystem. +as the root filesystem. The boot leader will scan the command line for +"BOOT=filename" to set which kernel image to load. If no boot image +is specified it will use "FUZIX.BIN". Regular DECB filename rules +apply, so "BOOT=FUZIX.BIN:1" works as expected. *************************