Home | History | Annotate | Download | only in hw

Lines Matching full:bios

47 /* output Bochs bios info messages */
50 #define BIOS_FILENAME "bios.bin"
56 /* Leave a chunk of memory at the top of RAM for the BIOS ACPI tables. */
221 /* convert boot_device letter to something recognizable by the bios */
278 /* various important CMOS locations needed by PC/Bochs bios */
373 <= heads <= 16, 1 <= cylinders <= 16383. The BIOS
417 /* Bochs BIOS debug ports */
425 /* Bochs BIOS messages */
428 fprintf(stderr, "BIOS panic at rombios.c, line %d\n", val);
449 /* LGPL'ed VGA BIOS messages */
452 fprintf(stderr, "VGA BIOS panic, line %d\n", val);
964 /* BIOS load */
977 bios_offset = qemu_ram_alloc(NULL, "bios.bin", bios_size);
981 fprintf(stderr, "qemu: could not load PC BIOS '%s'\n", bios_name);
987 /* map the last 128KB of the BIOS in ISA space */
1003 /* VGA BIOS load */
1028 /* map all the bios at the top of memory */
1297 BIOS will read it and start S3 resume at POST Entry */