MFi386: sys/boot/i386/loader/main.c revision 1.24.
This commit is contained in:
parent
4e578f4f40
commit
352dfc76e4
@ -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…
x
Reference in New Issue
Block a user