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
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"