summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/dosboot/reboot.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-04-27 18:22:36 +0000
committerphk <phk@FreeBSD.org>1995-04-27 18:22:36 +0000
commit82051ce6fc2632addf7bfa1a09db2bc6af0034b0 (patch)
treec68a99c48cf358bc3b8d9f85225418cde490774d /sys/i386/boot/dosboot/reboot.h
parent6b420d9cc464dcfc626315a0899875554b8ba952 (diff)
downloadFreeBSD-src-82051ce6fc2632addf7bfa1a09db2bc6af0034b0.zip
FreeBSD-src-82051ce6fc2632addf7bfa1a09db2bc6af0034b0.tar.gz
New and improved version from the author.
Submitted by: DI. Christian Gusenbauer <cg@fimp01.fim.uni-linz.ac.at>
Diffstat (limited to 'sys/i386/boot/dosboot/reboot.h')
-rw-r--r--sys/i386/boot/dosboot/reboot.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/i386/boot/dosboot/reboot.h b/sys/i386/boot/dosboot/reboot.h
index 76766aa..51b5f1f 100644
--- a/sys/i386/boot/dosboot/reboot.h
+++ b/sys/i386/boot/dosboot/reboot.h
@@ -56,6 +56,10 @@
#define RB_MINIROOT 0x200 /* mini-root present in memory at boot time */
#define RB_CONFIG 0x400 /* invoke user configuration routing */
#define RB_VERBOSE 0x800 /* print all potentially useful info */
+#define RB_SERIAL 0x1000 /* user serial port as console */
+#define RB_CDROM 0x2000 /* use cdrom as root */
+
+#define RB_BOOTINFO 0x80000000 /* have `struct bootinfo *' arg */
/*
* Constants for converting boot-style device number to type,
OpenPOWER on IntegriCloud