Pass %dl to ntldr. Clear other registers.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-04-15 02:11:26 +02:00
parent b883356cf6
commit dae84898b2
4 changed files with 19 additions and 1 deletions

View file

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