Lines 1639-1644
Link Here
|
1639 |
SYSCTL_ULONG(_machdep, OID_AUTO, guessed_bootdev, |
1639 |
SYSCTL_ULONG(_machdep, OID_AUTO, guessed_bootdev, |
1640 |
CTLFLAG_RD, &bootdev, 0, "Maybe the Boot device (not in struct cdev *format)"); |
1640 |
CTLFLAG_RD, &bootdev, 0, "Maybe the Boot device (not in struct cdev *format)"); |
1641 |
|
1641 |
|
|
|
1642 |
static char bootmethod[16] = "BIOS"; |
1643 |
SYSCTL_STRING(_machdep, OID_AUTO, bootmethod, CTLFLAG_RD, bootmethod, 0, |
1644 |
"System firmware boot method"); |
1645 |
|
1642 |
/* |
1646 |
/* |
1643 |
* Initialize 386 and configure to run kernel |
1647 |
* Initialize 386 and configure to run kernel |
1644 |
*/ |
1648 |
*/ |