https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3fcd73634ee422380fadec...
commit 3fcd73634ee422380fadec364214ff91ea82270d Author: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org AuthorDate: Thu Dec 30 03:39:50 2021 +0100 Commit: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org CommitDate: Thu Dec 30 03:42:01 2021 +0100
[BOOTDATA] Remove deprecated BOCHS debugport example in txtsetup.sif. --- boot/bootdata/txtsetup.sif | 1 - 1 file changed, 1 deletion(-)
diff --git a/boot/bootdata/txtsetup.sif b/boot/bootdata/txtsetup.sif index f4930254853..bab952d811d 100644 --- a/boot/bootdata/txtsetup.sif +++ b/boot/bootdata/txtsetup.sif @@ -215,7 +215,6 @@ Cabinet=reactos.cab DefaultPath = \ReactOS SetupDebugOptions = "/DEBUG /KDSERIAL /DEBUGPORT=COM1 /FIRSTCHANCE" ;SetupDebugOptions = "/DEBUG /SOS /DEBUGPORT=SCREEN" -;SetupDebugOptions = "/DEBUG /DEBUGPORT=BOCHS" OsLoadOptions = "/NOGUIBOOT /NODEBUG"
[NLS]