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

@ -46,6 +46,7 @@ struct grub_relocator16_state
grub_uint16_t ss;
grub_uint16_t sp;
grub_uint16_t ip;
grub_uint32_t ebx;
grub_uint32_t edx;
};