Skip to content

Commit

Permalink
Some more cleanups in the unmapped device.
Browse files Browse the repository at this point in the history
Related cleanup in the rombios code (old debugger port is obsolete).
  • Loading branch information
vruppert committed Jan 23, 2025
1 parent 7cd0105 commit e379543
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
Binary file modified bochs/bios/BIOS-bochs-latest
Binary file not shown.
Binary file modified bochs/bios/BIOS-bochs-legacy
Binary file not shown.
14 changes: 0 additions & 14 deletions bochs/bios/rombios.c
Original file line number Diff line number Diff line change
Expand Up @@ -912,8 +912,6 @@ static bx_bool floppy_drive_recal();
static bx_bool floppy_media_known();
static bx_bool floppy_media_sense();
static bx_bool set_enable_a20();
static void debugger_on();
static void debugger_off();
static void keyboard_init();
static void keyboard_panic();
static void shutdown_status_panic();
Expand Down Expand Up @@ -2357,18 +2355,6 @@ set_enable_a20(val)
return((oldval & 0x02) != 0);
}

void
debugger_on()
{
outb(0xfedc, 0x01);
}

void
debugger_off()
{
outb(0xfedc, 0x00);
}

int
s3_resume()
{
Expand Down

0 comments on commit e379543

Please sign in to comment.