diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 2001-12-10 20:02:22 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 2001-12-10 20:02:22 +0000 |
| commit | 28703190c508bd3fce0707743392b78592a14b67 (patch) | |
| tree | 2c02555b14b96857d5aafe414d930838b85fc62f /sys/boot | |
| parent | 3809d6a1b984631b628e0378e67d830507f3ead2 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/libi386/bootinfo.c | 3 | ||||
| -rw-r--r-- | sys/boot/i386/libi386/bootinfo32.c | 3 | ||||
| -rw-r--r-- | sys/boot/i386/libi386/bootinfo64.c | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/sys/boot/i386/libi386/bootinfo.c b/sys/boot/i386/libi386/bootinfo.c index 8e5c752fe4c3c..1c6b1d23e2281 100644 --- a/sys/boot/i386/libi386/bootinfo.c +++ b/sys/boot/i386/libi386/bootinfo.c @@ -100,6 +100,9 @@ bi_getboothowto(char *kargs) case 'h': howto |= RB_SERIAL; break; + case 'p': + howto |= RB_PAUSE; + break; case 'r': howto |= RB_DFLTROOT; break; diff --git a/sys/boot/i386/libi386/bootinfo32.c b/sys/boot/i386/libi386/bootinfo32.c index 8e5c752fe4c3c..1c6b1d23e2281 100644 --- a/sys/boot/i386/libi386/bootinfo32.c +++ b/sys/boot/i386/libi386/bootinfo32.c @@ -100,6 +100,9 @@ bi_getboothowto(char *kargs) case 'h': howto |= RB_SERIAL; break; + case 'p': + howto |= RB_PAUSE; + break; case 'r': howto |= RB_DFLTROOT; break; diff --git a/sys/boot/i386/libi386/bootinfo64.c b/sys/boot/i386/libi386/bootinfo64.c index 8e5c752fe4c3c..1c6b1d23e2281 100644 --- a/sys/boot/i386/libi386/bootinfo64.c +++ b/sys/boot/i386/libi386/bootinfo64.c @@ -100,6 +100,9 @@ bi_getboothowto(char *kargs) case 'h': howto |= RB_SERIAL; break; + case 'p': + howto |= RB_PAUSE; + break; case 'r': howto |= RB_DFLTROOT; break; |
