2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-23 19:51:46 +00:00

Updated to syntax required by latest bochs CVS.

This commit is contained in:
Michael Brown 2006-04-26 00:14:19 +00:00
parent 18f620ca5d
commit 297ae0f8d5

View File

@ -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";