mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[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:
parent
181ed94e22
commit
4501bbac8f
8 changed files with 53 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue