freedos support

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-12-26 00:38:20 +01:00
parent 15abb5547f
commit b28fd807eb
6 changed files with 155 additions and 1 deletions

View file

@ -136,7 +136,12 @@ VARIABLE(grub_relocator16_sp)
.byte 0x66, 0xba
VARIABLE(grub_relocator16_edx)
.long 0
/* movw imm32, %ebx. */
.byte 0x66, 0xbb
VARIABLE(grub_relocator16_ebx)
.long 0
/* Cleared direction flag is of no problem with any current
payload and makes this implementation easier. */
cld