
ORIGINAL TXTSETUP.SIF SERIAL
So what you are doing by swapping the semi-colons, is to stop it sending debug info to the serial port and instead, send it to the screen. When txtsetup.sif is parsed, if a line starts with a semi-colon, that line is ignored.

Remove the semi-colon from the front of the line DbgOsLoadOptions = "/SOS /DEBUGPORT=SCREEN", shown in blue text below.ĭbgOsLoadOptions = "/NOGUIBOOT /KDSERIAL /DEBUGPORT=COM1 /FIRSTCHANCE"ĭbgOsLoadOptions = "/SOS /DEBUGPORT=SCREEN" DbgOsLoadOptions = "/NOGUIBOOT /DEBUGPORT=BOCHS" DbgOsLoadOptions = "/SOS /DEBUGPORT=SCREEN" DbgOsLoadOptions = "/NOGUIBOOT /KDSERIAL /DEBUGPORT=COM1 /FIRSTCHANCE" Then add a semi-colon to the front of the line DbgOsLoadOptions = "/NOGUIBOOT /KDSERIAL /DEBUGPORT=COM1 /FIRSTCHANCE", shown in blue text below. When editing txtsetup.sif, look for as you scroll down in the editor. Then edit txtsetup.sif in a text editor and save.
ORIGINAL TXTSETUP.SIF ISO
ISO Master will place the extracted file in your /home directory.Ĥ. Extract txtsetup.sif with the Extract button after highlighting it in the bottom pane. Navigate into the /reactos/ directory in the bottom pane, find and select txtsetup.sif.ģ.

The contents of the user's home directory will be shown in the top pane and the contents of the ISO will be shown in the bottom pane.Ģ. Open the reactos ISO with ISO Master, with the File - Open menu. This section covers the use of ISO Master, which is available in most Linux distros and may be already installed (there is also a commercial version for Windows).ġ. 2.1.1.1 An alternative way to extract the file.
