On Sun, Mar 14, 2010 at 01:28:01PM +0800, Roy Tam wrote:
2010/3/14 Kevin O'Connor kevin@koconnor.net:
On Sun, Mar 14, 2010 at 11:11:30AM +0800, Roy Tam wrote:
- DOS 1.1x - 1.25 still freeze after pressing [Enter] in date/time
prompt or in shell prompt.
Is that a regression from Bochs BIOS? Can you point me to an image I can try?
Yes this is a regression. with Bochs BIOS DOS 1.1x - 1.25 works fine.
The early DOS image is failing due to lack of stack space. It's calling int 1600 with ~150 bytes of stack space and SeaBIOS uses more.
-Kevin