]> git.proxmox.com Git - mirror_edk2.git/commit - DuetPkg/BootSector/start32.S
DuetPkg BootSector: fix bugs in .S files so that 32-bit and 64-bit DUET can boot...
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 13 Jan 2012 06:29:44 +0000 (06:29 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 13 Jan 2012 06:29:44 +0000 (06:29 +0000)
commite7c4ef5ed4a1b14c7514367a5a95e1d9c9e1f090
treed0b162db1e2d4938028086b1ce93c96f5c58a835
parente8ef42833f45752e7f41c6ad0925209fc36c16ed
DuetPkg BootSector: fix bugs in .S files so that 32-bit and 64-bit DUET can boot to Shell with boot sector binaries built by GCC.

There is also a bug in bs32.asm/bs32.S that the space between the code and the 0xAA55 ending signature is not enough to hold the 2 debug strings. It is fixed by shortening the strings.

Signed-off-by: rsun3
Reviewed-by: niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12930 6f19259b-4bc3-4df7-8a09-765794883524
DuetPkg/BootSector/Mbr.S
DuetPkg/BootSector/bin/bs32.com
DuetPkg/BootSector/bs32.S
DuetPkg/BootSector/bs32.asm
DuetPkg/BootSector/efi64.S
DuetPkg/BootSector/start32.S