2009-05-22 Pavel Roskin <proski@gnu.org>
* include/grub/i386/pc/kernel.h (grub_boot_drive): Change type to grub_uint8_t. (grub_root_drive): Likewise. * kern/i386/pc/startup.S (grub_boot_drive): Change size to byte, remove alignment. (grub_root_drive): Change size to byte. (grub_start_addr): Remove. (grub_end_addr): Likewise. (grub_apm_bios_info): Likewise.
This commit is contained in:
parent
b729776bfc
commit
96b1619a75
3 changed files with 16 additions and 25 deletions
|
@ -69,13 +69,10 @@ extern grub_int32_t grub_install_bsd_part;
|
|||
extern char grub_prefix[];
|
||||
|
||||
/* The boot BIOS drive number. */
|
||||
extern grub_int32_t EXPORT_VAR(grub_boot_drive);
|
||||
extern grub_uint8_t EXPORT_VAR(grub_boot_drive);
|
||||
|
||||
/* The root BIOS drive number. */
|
||||
extern grub_int32_t grub_root_drive;
|
||||
|
||||
/* The end address of the kernel. */
|
||||
extern grub_addr_t grub_end_addr;
|
||||
extern grub_uint8_t grub_root_drive;
|
||||
|
||||
#endif /* ! ASM_FILE */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue