[SeaBIOS] Open-Source Firmware Conference 2022

2022-06-02 Thread Christian Walter
** *Dear SeaBIOS community,* * the OSFC is the biggest open-source firmware conference worldwide made by and for developers. After two years we can finally meet in person again. This year's OSFC will take place in Gothenburg, Sweden from September 19th - 21th. We will have a two day

[SeaBIOS] Re: [PATCH 1/3] handle_1591: [INT15/AH=91h] Always set AH=0 and clear CF

2022-06-02 Thread Kevin O'Connor
On Fri, May 20, 2022 at 03:19:01PM +, Lev Kujawski wrote: > References: > R. Brown, "INT 15 - OS HOOK - DEVICE POST (AT,PS)", in > The x86 Interrupt List. https://www.cs.cmu.edu/~ralf/files.html > [Updated: 2018-02-28]. > > F. v. Gilluwe, The Undocumented PC. Boston, MA:

[SeaBIOS] Re: [PATCH 3/3] handle_13: Only terminate El Torito disk emulation when active

2022-06-02 Thread Kevin O'Connor
On Fri, May 20, 2022 at 03:19:03PM +, Lev Kujawski wrote: > In accord with the El Torito specification[1], SeaBIOS now signals > failure (AH=1 and CF) whenever attempts are made to terminate disk > emulation (0x4B) for non-emulated drives. The prior behavior of always > returning success

[SeaBIOS] Re: [PATCH 3/3] handle_13: Only terminate El Torito disk emulation when active

2022-06-02 Thread Lev Kujawski
Kevin O'Connor writes: > On Fri, May 20, 2022 at 03:19:03PM +, Lev Kujawski wrote: >> In accord with the El Torito specification[1], SeaBIOS now signals >> failure (AH=1 and CF) whenever attempts are made to terminate disk >> emulation (0x4B) for non-emulated drives. The prior behavior of