summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/boot/biosboot/boot.c4
-rw-r--r--sys/i386/boot/dosboot/fbsdboot.c1
2 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/boot.c b/sys/i386/boot/biosboot/boot.c
index fc19000..5945913 100644
--- a/sys/i386/boot/biosboot/boot.c
+++ b/sys/i386/boot/biosboot/boot.c
@@ -24,7 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, [92/04/03 16:51:14 rvb]
- * $Id: boot.c,v 1.53 1996/07/12 05:25:45 bde Exp $
+ * $Id: boot.c,v 1.54 1996/08/27 19:45:37 pst Exp $
*/
@@ -145,7 +145,7 @@ loadstart:
/* print this all each time.. (saves space to do so) */
/* If we have looped, use the previous entries as defaults */
printf("\n>> FreeBSD BOOT @ 0x%x: %d/%d k of memory\n"
- "Usage: [[[%d:][%s](%d,a)]%s][-abcCdhrsv]\n"
+ "Usage: [[[%d:][%s](%d,a)]%s][-abcCdghrsv]\n"
"Use 1:sd(0,a)kernel to boot sd0 if it is BIOS drive 1\n"
"Use ? for file list or press Enter for defaults\n\nBoot: ",
ouraddr, bootinfo.bi_basemem, bootinfo.bi_extmem,
diff --git a/sys/i386/boot/dosboot/fbsdboot.c b/sys/i386/boot/dosboot/fbsdboot.c
index 4bb18e4..341a5c1 100644
--- a/sys/i386/boot/dosboot/fbsdboot.c
+++ b/sys/i386/boot/dosboot/fbsdboot.c
@@ -40,6 +40,7 @@ static void usage(char *name)
fprintf(stderr, "\t-s ... reboot to single user only\n");
fprintf(stderr, "\t-a ... ask for file name to reboot from\n");
fprintf(stderr, "\t-d ... give control to kernel debugger\n");
+ fprintf(stderr, "\t-g ... give control to GDB debugger\n");
fprintf(stderr, "\t-c ... invoke user configuration routing\n");
fprintf(stderr, "\t-v ... print all potentially useful info\n");
fprintf(stderr, "\t-C ... use cdrom as root\n");
OpenPOWER on IntegriCloud