david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
My fork of git://git.ipxe.org/ipxe.git, it is used for my netboot environment at home.
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Michael Brown fdb983d473 Preserve the whole of %esp across prot_call(). We have to split this
between the low half stored in the static variable rm_sp, and the high
half stored on the prot_call() stack, because:

  Just using the stack would screw up when a prot_call()ed routine
  executes a real_call(); it would have no way to find the current top of
  the RM stack.

  Extending rm_sp to rm_esp would not be safe, because the guarantee that
  rm_sp must return to the correct value by the time an external
  real-mode call returns applies only to %sp, not to %esp.
2006-05-06 19:44:23 +00:00
contrib Updated instructions to reflect current reality. 2006-04-26 00:40:27 +00:00
src Preserve the whole of %esp across prot_call(). We have to split this 2006-05-06 19:44:23 +00:00
COPYING Initial revision 2005-05-17 16:44:57 +00:00
Copyrights Initial revision 2005-05-17 16:44:57 +00:00
INSTALL Initial revision 2005-05-17 16:44:57 +00:00
LOG Jan Kiszka provided a patch for the smc9000 for missing phy-setup 2005-06-02 01:26:37 +00:00
RELNOTES Initial revision 2005-05-17 16:44:57 +00:00
VERSION Changed to 5.5 2005-05-17 16:47:59 +00:00
eb.png Initial revision 2005-05-17 16:44:57 +00:00
index-berlios.html Initial revision 2005-05-17 16:44:57 +00:00
index.html Initial revision 2005-05-17 16:44:57 +00:00
index.xhtml Initial revision 2005-05-17 16:44:57 +00:00
style.css Initial revision 2005-05-17 16:44:57 +00:00