1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Allow the RBX_DUAL flag to appear in bootinfo.

This commit is contained in:
Jonathan Lemon 2001-10-23 20:27:05 +00:00
parent 991f976036
commit c80bd6e378
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85374
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
#define RBX_DUAL 0x1d /* -D */
#define RBX_PROBEKBD 0x1e /* -P */
#define RBX_MASK 0xffff
#define RBX_MASK 0x2000ffff
#define PATH_CONFIG "/boot.config"
#define PATH_BOOT3 "/boot/loader"

View File

@ -49,7 +49,7 @@
#define RBX_DUAL 0x1d /* -D */
#define RBX_PROBEKBD 0x1e /* -P */
#define RBX_MASK 0xffff
#define RBX_MASK 0x2000ffff
#define PATH_CONFIG "/boot.config"
#define PATH_BOOT3 "/boot/loader"