Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated to syntax required by latest bochs CVS.
  • Loading branch information
Michael Brown committed Apr 26, 2006
1 parent 18f620c commit 297ae0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/bochs/serial-console
Expand Up @@ -142,7 +142,7 @@ sub patch_bochsrc {
or die "Could not back up $active to $backup: $!\n";

# Derive line to be inserted
my $patch = "com1: enabled=1, dev=$pty\n";
my $patch = "com1: enabled=1, mode=term, dev=$pty\n";

# Modify file
open my $old, "<$backup" or die "Could not open $backup: $!\n";
Expand Down

0 comments on commit 297ae0f

Please sign in to comment.