Re: [PATCH] fix last column in BIOS console

2013-04-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08.04.2013 19:17, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 21.02.2013 17:20, Andrey Borzenkov wrote: > >> BIOS console wrapped line at 79 characters. It became the issue >> after recent changes when extra column for scrolling indications was >> removed. The effect was that up/down arr

Re: [PATCH] fix last column in BIOS console

2013-04-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 21.02.2013 17:20, Andrey Borzenkov wrote: > BIOS console wrapped line at 79 characters. It became the issue > after recent changes when extra column for scrolling indications was > removed. The effect was that up/down arrows were printed in the first > column of the next line. > > May be it wo

[PATCH] fix last column in BIOS console

2013-02-21 Thread Andrey Borzenkov
BIOS console wrapped line at 79 characters. It became the issue after recent changes when extra column for scrolling indications was removed. The effect was that up/down arrows were printed in the first column of the next line. May be it would be easier to simply use INT10 AH=13. Available documen