Work-In-Progress modem emulation

This commit is contained in:
Cacodemon345
2024-03-08 16:45:17 +06:00
parent 3e6b4aa9e1
commit 9488078c5a
5 changed files with 759 additions and 4 deletions

View File

@@ -1168,13 +1168,14 @@ pc_reset_hard_init(void)
/* note: PLIP LPT side has to be initialized before the network side */
lpt_devices_init();
/* Reset and reconfigure the Network Card layer. */
network_reset();
/* Reset and reconfigure the serial ports. */
/* note: SLIP COM side has to be initialized before the network side */
serial_standalone_init();
serial_passthrough_init();
/* Reset and reconfigure the Network Card layer. */
network_reset();
/*
* Reset the mouse, this will attach it to any port needed.
*/