Our boot loader is capable of booting both i386 and amd64 kernels so
call it "x86" instead of "i386". Suggested by: jhb in response to Alexander Best's loader proposal MFC after: 1 month
This commit is contained in:
parent
6cdfa1ce97
commit
2561854d2b
@ -283,7 +283,7 @@ main(void)
|
||||
|
||||
for (;;) {
|
||||
if (!autoboot || !OPT_CHECK(RBX_QUIET))
|
||||
printf("\nFreeBSD/i386 boot\n"
|
||||
printf("\nFreeBSD/x86 boot\n"
|
||||
"Default: %u:%s(%u,%c)%s\n"
|
||||
"boot: ",
|
||||
dsk.drive & DRV_MASK, dev_nm[dsk.type], dsk.unit,
|
||||
|
@ -281,7 +281,7 @@ main(void)
|
||||
|
||||
for (;;) {
|
||||
if (!autoboot || !OPT_CHECK(RBX_QUIET))
|
||||
printf("\nFreeBSD/i386 boot\n"
|
||||
printf("\nFreeBSD/x86 boot\n"
|
||||
"Default: %u:%s(%up%u)%s\n"
|
||||
"boot: ",
|
||||
dsk.drive & DRV_MASK, dev_nm[dsk.type], dsk.unit,
|
||||
|
@ -730,7 +730,7 @@ main(void)
|
||||
|
||||
for (;;) {
|
||||
if (!autoboot || !OPT_CHECK(RBX_QUIET))
|
||||
printf("\nFreeBSD/i386 boot\n"
|
||||
printf("\nFreeBSD/x86 boot\n"
|
||||
"Default: %s:%s\n"
|
||||
"boot: ",
|
||||
spa->spa_name, kname);
|
||||
|
Loading…
Reference in New Issue
Block a user