Re: [Etherboot-developers] eb 5.0.10 console_putc clobbers %cl
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@et...> - 2003-08-01 10:07:05
|
>since 5.0.11 is in preparation, I thought, it would be good to at least >mention a very minor catch. 5.0.11 was released a couple of days ago and the 5.0 branch is closed. >While examining etherboots tagged image loader, I discovered, that >console_putc clobbers %cl. Is this intended? IIRC it doesn't cause any problem in 5.0 because all the calls are from C and C does not expect %ecx to be preserved across calls. In 5.1 console_putc is done totally differently and the PM to RM switch saves %ecx. >If I'm going to prepare some low level debugging stuff for etherboot >similar as in the patch to grub, is there any chance to get this into >5.1? (Of course, covered by a #define like LOW_LEVEL_DEBUG) No, you'll have to wait for 5.3. 5.1 is virtually closed except for some last minute cleanups by me and will become 5.2 within a few days. This is what I was trying to hint to you: 5.0 is no longer being developed and 5.1 does things underneath rather differently. |