MFi386: sys/boot/i386/loader/main.c revision 1.24.
This commit is contained in:
parent
cd8b058539
commit
8017b4dceb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83532
@ -125,6 +125,11 @@ main(void)
|
||||
(devsw[i]->dv_init)();
|
||||
printf("BIOS %dkB/%dkB available memory\n", bios_basemem / 1024, bios_extmem / 1024);
|
||||
|
||||
#ifndef PC98
|
||||
/* detect ACPI for future reference */
|
||||
biosacpi_detect();
|
||||
#endif
|
||||
|
||||
printf("\n");
|
||||
printf("%s, Revision %s\n", bootprog_name, bootprog_rev);
|
||||
printf("(%s, %s)\n", bootprog_maker, bootprog_date);
|
||||
|
Loading…
Reference in New Issue
Block a user