[KDCOM][NTOS:INBV][FREELDR] Decrease default baud rate for PC-98 target (#2601)

According to PC-9801 Bible p. 50, divisor for PIT will become unsupported in some cases after having removed the fractional part. Replace 19200 value with 9600 which is supported by both 10 MHz and 8 MHz machines.
This commit is contained in:
Dmitry Borisov 2020-04-22 02:22:42 +06:00 committed by GitHub
parent 181ed94e22
commit 4501bbac8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 53 additions and 21 deletions

View file

@ -39,7 +39,7 @@ Options=/MININT
[LiveCD_Debug]
BootType=Windows2003
SystemPath=multi(0)disk(0)cdrom(0)\reactos
Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /MININT
Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=9600 /SOS /MININT
[LiveCD_Screen]
BootType=Windows2003