Home | History | Annotate | Download | only in grub

Lines Matching full:bios

451 	a bios drive for a CD-ROM is often assigned to greater than
461 * stage2/bios.c (biosdisk): Don't fall back to the CHS mode
812 * stage2/bios.c (get_diskinfo): PhoenixBIOS 4.0 Revision 6.0
815 Supposedly the BIOS assumes even bigger space is available and
860 * stage2/asm.S (gateA20): First, try a BIOS call (INT 15H,
867 when booted from a hard disk. When BIOS loads GRUB directly,
1905 * stage2/bios.c (get_diskinfo): Clear out the structure DRP
1933 * stage1/stage1.S (real_start): Added a workaround for AST BIOS,
2089 * stage2/bios.c (get_diskinfo_floppy): Removed.
2653 and remap sector 0 to sector 1 like EZ-BIOS does.
2668 (embed_func): Don't embed after the MBR if an EZ-BIOS is detected
2698 * stage2/bios.c (get_diskinfo): Append 16 bytes dummy data to
2699 DRP, because the BIOS of Thinkpad X20 write a garbage beyond the
2794 * stage2/bios.c (get_diskinfo): If BIOS supports LBA but doesn't
2940 APM BIOS table support is added, based on a patch by Matt Yourst
2952 * stage2/common.c (init_bios_info) [!STAGE1_5]: Added APM BIOS
3445 * stage2/bios.c (biosdisk) [!NO_BUGGY_BIOS_IN_THE_WORLD]:
4364 * stage2/bios.c (get_diskinfo): Get rid of the wrong check for
4371 Why don't so many people still understand that BIOS drive
4543 lower memory size. Instead, decrease it in the BIOS memory
4838 The user doesn't have to recompile GRUB for his/her buggy BIOS
4856 * stage2/bios.c (get_diskinfo): Don't use #ifdef for
5437 * stage2/bios.c (get_diskinfo): Check if LBA read/write
5632 a buggy BIOS.
5642 * stage2/bios.c (NO_INT13_FALLBACK): Undefined.
5644 bit 0 in DRP.FLAGS is set, because at least one BIOS does not
5744 * stage2/bios.c (get_diskinfo): Set the LBA flag in GEOMETRY
6118 Now the BIOS drive remapping is functional.
6158 BIOS drive.
6299 Add BIOS drive remapping support for chain-loading some foolish
6402 * multiboot.texi (BIOS device mapping techniques): New section.
6448 map between BIOS drives and OS devices, and write it to the file
7694 * stage2/bios.c (get_diskinfo): In LBA mode, set TOTAL_SECTORS
7810 * stage2/bios.c (get_diskinfo): When DRIVE is a floppy drive,
7919 * stage2/bios.c (get_diskinfo): In LBA mode, compute
8092 * shared_src/bios.c: Moved to ...
8093 * stage2/bios.c: ... here.
8248 * shared_src/Makefile.am (EXTRA_DIST): Add bios.c. Reported by
8277 * shared_src/bios.c (biosdisk): Clear the reserved member of DAP.
8544 * shared_src/bios.c (get_diskinfo): Always set the size of DRP to
8553 * shared_src/bios.c (biosdisk) [!NO_INT13_FALLBACK]: Recompute
8564 * configure.in (SHARED_SRC_RULES): Add bios into shared sources.
8566 * e2fs_stage1_5/Makefile.am (e2fs_stage1_5_exec_LDADD): Added bios.o.
8572 * shared_src/Makefile.am (EXTRA_DIST): Added bios.c.
8574 * shared_src/asm.S (biosdisk): Deleted. Now defined in bios.c.
8583 * shared_src/bios.c: New file.
8717 * shared_src/boot.c (bsd_boot): Compute BIOS geometries for BSD.
8891 the BIOS extension detection code.