2005-12-25 Yoshinori K. Okuji <okuji@enbug.org>
* include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_DRP_ADDR): Removed. (GRUB_BOOT_MACHINE_DRP_SIZE): Likewise.
This commit is contained in:
parent
713092ae8a
commit
8899bc3e58
2 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-12-25 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_DRP_ADDR):
|
||||
Removed.
|
||||
(GRUB_BOOT_MACHINE_DRP_SIZE): Likewise.
|
||||
|
||||
2005-12-25 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* kern/env.c (grub_env_set): Check if ENV->VALUE instead of
|
||||
|
|
|
@ -66,12 +66,6 @@
|
|||
cannot straddle a 64K boundary. */
|
||||
#define GRUB_BOOT_MACHINE_BUFFER_SEG 0x7000
|
||||
|
||||
/* The address of drive parameters. */
|
||||
#define GRUB_BOOT_MACHINE_DRP_ADDR 0x7f00
|
||||
|
||||
/* The size of drive parameters. */
|
||||
#define GRUB_BOOT_MACHINE_DRP_SIZE 0x42
|
||||
|
||||
/* The flag for BIOS drive number to designate a hard disk vs. a
|
||||
floppy. */
|
||||
#define GRUB_BOOT_MACHINE_BIOS_HD_FLAG 0x80
|
||||
|
|
Loading…
Reference in a new issue