Download address: http://grub4dos.jot.com/
There were the following developments on 2007-11-18:
1. Support for ISO emulation. Both ISO files in no-emulation bootable mode and those in floppy or hard disk emulation bootable mode are supported. Usage example:
map (hd0,0)/myiso.iso (hd32)
map --hook
chainloader (hd32)
boot
Explanation: (hd32) is equal to (128 + 32), which is (0xA0). When using map emulation, if the user specifies a disk number greater than or equal to 0xA0, the map command recognizes this as ISO emulation. That is, the sector size of the virtual disk at this time is 2048 bytes (only in this way can it be used as a CD, which is stipulated by the "bootable CD specification"), instead of the usual 512-byte sector size in floppy disks and hard disks.
2. For real CD-ROM boot (usually after running cdrom --init), it also supports booting from real "emulated floppy disk" and "emulated hard disk" format CD-ROM discs. Note: The previous version only supported booting from real CD-ROM discs in no-emulation format.
Please test and report all possible problems.
There were the following developments on 2007-11-18:
1. Support for ISO emulation. Both ISO files in no-emulation bootable mode and those in floppy or hard disk emulation bootable mode are supported. Usage example:
map (hd0,0)/myiso.iso (hd32)
map --hook
chainloader (hd32)
boot
Explanation: (hd32) is equal to (128 + 32), which is (0xA0). When using map emulation, if the user specifies a disk number greater than or equal to 0xA0, the map command recognizes this as ISO emulation. That is, the sector size of the virtual disk at this time is 2048 bytes (only in this way can it be used as a CD, which is stipulated by the "bootable CD specification"), instead of the usual 512-byte sector size in floppy disks and hard disks.
2. For real CD-ROM boot (usually after running cdrom --init), it also supports booting from real "emulated floppy disk" and "emulated hard disk" format CD-ROM discs. Note: The previous version only supported booting from real CD-ROM discs in no-emulation format.
Please test and report all possible problems.
因为我们亲手创建,这个世界更加美丽。
