On Mon, Dec 10, 2018 at 03:18:46PM +0100, Stefano Garzarella wrote:
On Wed, Dec 5, 2018 at 6:00 PM Kevin O'Connor kevin@koconnor.net wrote:
On Fri, Nov 30, 2018 at 11:23:30AM +0100, Stefano Garzarella wrote:
On Thu, Nov 29, 2018 at 5:55 PM Kevin O'Connor kevin@koconnor.net wrote:
--- a/src/output.c +++ b/src/output.c @@ -74,6 +74,9 @@ static struct putcinfo debuginfo = { debug_putc }; static void screenc(char c) {
- if (!MODESEGMENT && GET_IVT(0x10).segoff == FUNC16(entry_10).segoff)
// No need to thunk to 16bit mode if vgabios is not present
struct bregs br; memset(&br, 0, sizeof(br)); br.flags = F_IF;return;
Do you plan to commit this patch?
Only if it's useful - does sercon make it not worthwhile?
Yes, I think it is useful. If I don't use "-nographic" it works as expected.
FYI, I committed this change.
-Kevin