Re: [Etherboot-developers] [PATCH] Fix CVS linuxbios support
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-03-13 04:47:23
|
>There are 2 big differences from the previous patch: >1) I had >-movl initial_regs+24, %esp Ah $initial_regs+24 you mean. Yes, that would confuse the CPU ok. >+movl initial_regs+24, %esp >in exit. >2) I have moved all of the code that requires a pcbios to make > sense from start32.S into pcbios.S. > That requires many fewer ifdefs. > It is easy to verify exactly what I changed with diff > And it allows the makefile to do the conditional building. > >With these changes the LinuxBIOS support should stay clean >and be easy to maintain for the forseeable future. Thanks, that works fine for PCBIOS Network and Local booting now. Will commit to Sourceforce CVS now. |