summaryrefslogtreecommitdiff
path: root/sys/stand/boot/cmd.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-04-01 04:50:34 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-04-01 04:50:34 +0000
commit905b4f13d1f353ceb071c91af223a162c645bd13 (patch)
tree7c9b33d4a2044565cb62b6a3bbd46a0d4b448385 /sys/stand/boot/cmd.h
parent6ca1dcc6ca5714e6d768955e137647a3bc07c9e6 (diff)
^U hotkey in readline
sample regs command to show the registers
Diffstat (limited to 'sys/stand/boot/cmd.h')
-rw-r--r--sys/stand/boot/cmd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/stand/boot/cmd.h b/sys/stand/boot/cmd.h
index 25ac7d981fb..3a5d168f4bb 100644
--- a/sys/stand/boot/cmd.h
+++ b/sys/stand/boot/cmd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd.h,v 1.2 1997/03/31 23:06:21 mickey Exp $ */
+/* $OpenBSD: cmd.h,v 1.3 1997/04/01 04:50:33 mickey Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -42,6 +42,7 @@ struct cmd_state {
enum { CMD_ADDR, CMD_BOOT, CMD_CD, CMD_DEVICE, CMD_DEBUG, CMD_HELP,
CMD_IMAGE, CMD_LS, CMD_NOPE, CMD_REBOOT, CMD_SET,
+ CMD_REGS,
CMD_ERROR /* last !!! */
} cmd;
int argc;