summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/tcg/1670509
blob: d9e809fb8074abdc416bcb7e3f562402b18ccba8 (plain) (blame)
1
2
3
4
5
6
7
8
sgabios outputs incorrect video modes

When run with a bootstrap loader that uses int 0x10 with 0x1301 in %ax, incorrect video modes are output to the serial port.  I believe the VGA image will be correct.  This might also affect the returned values for some interrupts.

This is caused because the set_cursor_position routine fails to save and restore %bx.

I'm working on a fix for this.