Skip to content

Commit

Permalink
Readme Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gdwnldsKSC committed Feb 14, 2024
1 parent 110ebcd commit 4c2a9f6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Build is fixed.
Currently VS2022! TESTFILES build was created via fully updated
VS2022 17.8.6 Windows 11 26052 with the latest 26052 SDK.

All code that currently compiles and executes matches an upstream tree now, with
just MSVC customizations.
just MSVC compatibiilty fixes.

Including SDL 1.2.14 (with some later patches after this release tag up to April 2009)
as it appears timeperiod appropriate for the included compiled libraries in the tree
to enable clean building.

Fixed some include path things
to enable clean building. Eventually, that and other supporting libraries will be brought
into the project and built alongside the entire solution.

WinQemu buils the dll, WinQemuTest builds the exe to actually use it

Expand All @@ -16,13 +16,14 @@ Hardcoded to use D:\Images\ for files.
############
2/13/24 - Build system now fixed to output directories being correct for debug builds.
To run debugger, copy the two library files from WinQEMU\Binary Artifacts\Debug to the
WinQEMU\Debug folder (fmod.dll and SDL.dll).
WinQEMU\Debug folder (fmod.dll and SDL.dll). You must launch WinQemuTest as the debug
target as WinQemu is built as a DLL.

Target debug/win32 is fixed up, anyway.
Only Debug/Win32 is currently "fixed up" and validated.

As well to D:\Images\ (currently hard coded) vgabios-cirrus.bin, small.ffs, and bios.bin
for a minimal x86 emulated system during debugging. This path can be modified in project
WinQemu\qemu\inc\config-host.h
For a working debug environment, add to D:\Images\ (currently hard coded) vgabios-cirrus.bin,
small.ffs, and bios.bin for a minimal x86 emulated system during debugging. This path can
be modified in project WinQemu\qemu\inc\config-host.h
############

Folder TESTFILES contains working bios image and 'small' BSD disk with not much on it
Expand All @@ -35,7 +36,4 @@ Working startup commandline:

winqemutest.exe -net none -cpu coreduo -m 480 -M pc -vga std -sdl -hda D:\Images\small.ffs

Currently VS2013! TESTFILES build was created via fully updated
VS2013 12.0.40629.00 Update 5 on Windows 11 26016.1012

Adding alpha bits now.
Adding alpha target bits on the side for OpenVMS, Tru64, and AXP Windows NT emulation over time.
Binary file modified TESTFILES/WinQemu.dll
Binary file not shown.
Binary file modified TESTFILES/WinQemu.pdb
Binary file not shown.
Binary file modified TESTFILES/WinQemuTest.exe
Binary file not shown.
Binary file modified TESTFILES/WinQemuTest.pdb
Binary file not shown.

0 comments on commit 4c2a9f6

Please sign in to comment.