From 24f549c719bdfcf349ce2c363be8b4da633d317d Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Thu, 13 Aug 2015 16:40:11 -0400 Subject: [PATCH] fuzix: coco3: README: updated for new cmdline param: "BOOT" --- Kernel/platform-coco3/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. ************************* -- 2.34.1