mirror of
https://github.com/FDOS/kernel.git
synced 2025-04-08 17:15:17 +02:00
Build: Don't flip video mode for -DDEBUG in Dosemu
This commit is contained in:
parent
9135a644c2
commit
8c8d213119
@ -1388,7 +1388,7 @@ COUNT dsk_init()
|
||||
{
|
||||
printf(" - InitDisk");
|
||||
|
||||
#ifdef DEBUG
|
||||
#if defined(DEBUG) && !defined(DOSEMU)
|
||||
{
|
||||
iregs regs;
|
||||
regs.a.x = 0x1112; /* select 43 line mode - more space for partinfo */
|
||||
|
Loading…
x
Reference in New Issue
Block a user