From 25a6b6614d63b82f108a2bd557ef52aae6f3540d Mon Sep 17 00:00:00 2001 From: Julen Urizar Compains Date: Thu, 12 Mar 2026 22:37:06 +0100 Subject: [PATCH 1/2] [RAPPS-DB] Upgrade Bochs x86 version and add the x64 build. --- bochs.txt | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/bochs.txt b/bochs.txt index b79060ac..475bf676 100644 --- a/bochs.txt +++ b/bochs.txt @@ -1,16 +1,23 @@ [Section] Name = Bochs -Version = 2.6.9 +Version = 2.6.11 License = LGPL v2 Description = A highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. Category = 16 URLSite = https://bochs.sourceforge.net/ -URLDownload = https://download.sourceforge.net/project/bochs/bochs/2.6.9/Bochs-2.6.9.exe -SHA1 = ad2d245b9f7d0492ec800df4b38b8893d8bb0642 -SizeBytes = 5335913 +URLDownload = https://download.sourceforge.net/project/bochs/bochs/2.6.11/Bochs-win32-2.6.11.exe +SHA1 = 493809db0ce1afd624a8e47c38edb5ee38b9fcbc +SizeBytes = 4989389 [Section.x86] -RegName = Bochs 2.6.9 +RegName = Bochs 2.6.11 + +[Section.amd64] +Version = 3.0 +RegName = Bochs 3.0 +URLDownload = https://download.sourceforge.net/project/bochs/bochs/2.6.11/Bochs-win32-2.6.11.exe +SHA1 = 1b08609af86ad9744689068f0104fd8d0db491bb +SizeBytes = 4884886 [Section.arm] URLDownload = https://files.open-rt.party/Software/bochs.zip From 2cc286f8730a50b2366fbed4bd95d0ef83851fa8 Mon Sep 17 00:00:00 2001 From: Julen Urizar Compains Date: Fri, 13 Mar 2026 00:46:09 +0100 Subject: [PATCH 2/2] [RAPPS-DB] Fix the x64 entry, cause 3.0 is not compatible with ROs yet --- bochs.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bochs.txt b/bochs.txt index 475bf676..e469ee9c 100644 --- a/bochs.txt +++ b/bochs.txt @@ -13,11 +13,9 @@ SizeBytes = 4989389 RegName = Bochs 2.6.11 [Section.amd64] -Version = 3.0 -RegName = Bochs 3.0 -URLDownload = https://download.sourceforge.net/project/bochs/bochs/2.6.11/Bochs-win32-2.6.11.exe -SHA1 = 1b08609af86ad9744689068f0104fd8d0db491bb -SizeBytes = 4884886 +URLDownload = https://download.sourceforge.net/project/bochs/bochs/2.6.11/Bochs-win64-2.6.11.exe +SHA1 = 4c3aa9d2bc67b7968633e888918f2593a535c2b1 +SizeBytes = 5428019 [Section.arm] URLDownload = https://files.open-rt.party/Software/bochs.zip