kdb additions
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Wed, 26 Nov 1986 08:41:21 +0000 (00:41 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Wed, 26 Nov 1986 08:41:21 +0000 (00:41 -0800)
SCCS-vsn: sys/sys/reboot.h 7.2
SCCS-vsn: sys/sys/systm.h 7.3
SCCS-vsn: sys/sys/reboot.h 7.2

usr/src/sys/sys/reboot.h
usr/src/sys/sys/systm.h

index 0349dc9..06fe7cd 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)reboot.h    7.1 (Berkeley) %G%
+ *     @(#)reboot.h    7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -19,6 +19,7 @@
 #define        RB_HALT         0x08    /* don't reboot, just halt */
 #define        RB_INITNAME     0x10    /* name given for /etc/init */
 #define        RB_DFLTROOT     0x20    /* use compiled-in rootdev */
 #define        RB_HALT         0x08    /* don't reboot, just halt */
 #define        RB_INITNAME     0x10    /* name given for /etc/init */
 #define        RB_DFLTROOT     0x20    /* use compiled-in rootdev */
+#define        RB_KDB          0x40    /* give control to kernel debugger */
 
 #define        RB_PANIC        0       /* reboot due to panic */
 #define        RB_BOOT         1       /* reboot due to boot() */
 
 #define        RB_PANIC        0       /* reboot due to panic */
 #define        RB_BOOT         1       /* reboot due to boot() */
index 9052c33..647e5be 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)systm.h     7.2 (Berkeley) %G%
+ *     @(#)systm.h     7.3 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -76,6 +76,7 @@ int   noproc;                 /* no one is running just now */
 char   *panicstr;
 int    wantin;
 int    boothowto;              /* reboot flags, from console subsystem */
 char   *panicstr;
 int    wantin;
 int    boothowto;              /* reboot flags, from console subsystem */
+char   *bootesym;              /* end of symbol info from boot */
 int    selwait;
 
 extern char vmmap[];           /* poor name! */
 int    selwait;
 
 extern char vmmap[];           /* poor name! */