add RB_KDB support
authorderaadt <deraadt@openbsd.org>
Wed, 16 Apr 1997 22:14:15 +0000 (22:14 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 16 Apr 1997 22:14:15 +0000 (22:14 +0000)
sys/arch/i386/stand/boot/cmd.c
sys/stand/boot/cmd.c

index 05aeed8..16cedf1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cmd.c,v 1.7 1997/04/15 08:32:51 deraadt Exp $ */
+/*     $OpenBSD: cmd.c,v 1.8 1997/04/16 22:14:15 deraadt Exp $ */
 
 /*
  * Copyright (c) 1997 Michael Shalayeff
@@ -442,6 +442,9 @@ bootparse(cmd)
                                case 's':
                                        boothowto |= RB_SINGLE;
                                        break;
+                               case 'd':
+                                       boothowto |= RB_KDB;
+                                       break;
                                }
                        }
                } else {
index 05aeed8..16cedf1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cmd.c,v 1.7 1997/04/15 08:32:51 deraadt Exp $ */
+/*     $OpenBSD: cmd.c,v 1.8 1997/04/16 22:14:15 deraadt Exp $ */
 
 /*
  * Copyright (c) 1997 Michael Shalayeff
@@ -442,6 +442,9 @@ bootparse(cmd)
                                case 's':
                                        boothowto |= RB_SINGLE;
                                        break;
+                               case 'd':
+                                       boothowto |= RB_KDB;
+                                       break;
                                }
                        }
                } else {