summaryrefslogtreecommitdiff
path: root/memdisk/memdisk_edd_512.asm
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'memdisk-iso-SAFE' into memdisk-isoShao Miller2009-11-161-0/+1
| | | | | | | | | | | | | | Conflicts: memdisk/memdisk_chs.asm memdisk/memdisk_edd.asm memdisk/setup.c Resolved: Deleted memdisk/memdisk_chs.asm Deleted memdisk/memdisk_edd.asm Modified memdisk/setup.c
* [memdisk] Add El Torito emulation for .ISO imagesShao Miller2009-08-031-0/+1
| | | | | With this patch, users can now boot El Torito-bootable .ISO (CD/DVD) images. The user should specify "iso" on the kernel command-line.
* [memdisk] Move sector size choice into each individual hookShao Miller2009-08-031-0/+1
|
* [memdisk] Rename CHS and EDD hooks to describe their sector sizeShao Miller2009-08-031-0/+2
Suffixed with _512 to indicate a sector size of 512 bytes.