]> git.ipfire.org Git - thirdparty/grub.git/commit
2008-03-28 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Fri, 28 Mar 2008 13:22:28 +0000 (13:22 +0000)
committerrobertmh <robertmh@localhost>
Fri, 28 Mar 2008 13:22:28 +0000 (13:22 +0000)
commitfe11b298f6a7ca17be198343971a995d067791aa
tree7fe54a9918033a4162f5dd11e8c86e415d1efa2d
parentbce46bf7f1e2a213a415ae8302a5dec6d50fd2a2
2008-03-28  Robert Millan  <rmh@aybabtu.com>

        Surpass 1 TiB disk addressing limit.  Note: there are no plans to handle
        the 2 TiB disk limit in GRUB Legacy, since that would need considerable
        rework.  If you have >2TiB disks, use GRUB 2 instead.

        * grub/asmstub.c (biosdisk): Add unsigned qualifier to `sector'.
        * stage2/bios.c (biosdisk): Likewise.
        * stage2/disk_io.c (rawread, devread, rawwrite, devwrite): Likewise.
        * stage2/shared.h (rawread, devread, rawwrite, devwrite): Likewise.
        * lib/device.c (get_drive_geometry): Replace BLKGETSIZE with
        BLKGETSIZE64.
ChangeLog
grub/asmstub.c
lib/device.c
stage2/bios.c
stage2/disk_io.c
stage2/shared.h