[SeaBIOS] [PATCH 0/2] call32 update

Kevin O'Connor kevin at koconnor.net
Thu Nov 25 15:23:26 CET 2010


Fix call32() so that it doesn't require %ss==0, and enable it to pass
a parameter.

-Kevin


Kevin O'Connor (2):
  Don't pass return address to transition(32,16,16big) on stack.
  Enhance call32() to pass a parameter to called function.

 src/entryfuncs.S |    2 +-
 src/resume.c     |    2 +-
 src/romlayout.S  |   14 ++++++++++----
 src/stacks.c     |   22 +++++++++++-----------
 src/util.h       |    1 +
 5 files changed, 24 insertions(+), 17 deletions(-)

-- 
1.7.3.2




More information about the SeaBIOS mailing list