Skip to content

Releases: crazii/SBEMU

UserBuild_2024.04.28_03-45

28 Apr 03:45
Compare
Choose a tag to compare

Available files

If you wish to use SBEMU and its dependencies in an existing DOS installation, you'll find the necessary
files in SBEMU.zip.

Alternatively, SBEMU-FD13-USB.img.xz provides SBEMU and is dependencies preconfigured inside a compressed
bootable FreeDOS image that you can write to a USB flash drive or an SD card.

Preparing a bootable USB drive

Preparing a bootable USB drive

The USB image can be written to a USB drive or SD card using a tool like balenaEtcher.

The advantage of using Etcher is that you don't have to decompress the .xz archive first.
It will decompress such files automatically, before writing the image to the target drive.

Booting the USB image in a virtual machine

Booting the USB image in a virtual machine

You can run the image in a VM with QEMU as follows:

unxz SBEMU-FD13-USB.img.xz
qemu-system-i386 -drive file=SBEMU-FD13-USB.img,format=raw -device AC97

If you wish to test Intel HDA compatibility instead of ICHx AC'97 compatibility, replace AC97 with intel-hda in the last command above.
On Linux, you can include the parameter --enable-kvm to run the VM with hardware-assisted virtualization.

If you prefer to use another hypervisor, such as VirtualBox or VMware, you may have to convert the raw image to a supported VM image format first:

unxz SBEMU-FD13-USB.img.xz
qemu-img convert -f raw -O vmdk SBEMU-FD13-USB.img SBEMU-FD13-USB.vmdk

NOTE: Although VMs can sometimes be useful during development, testing and debugging, you should not rely on those for actual hardware compatibility testing, since the sound cards that the hypervisors emulate are themselves merely approximations of actual hardware, and will not behave like the real thing in every single corner case.
Basically, you shouldn't test emulators on other emulators.

Where can I get some DOS games to test with?

Where can I get some DOS games to test with?

There are multiple convenient distributions out there that contain DOS games that can be distributed freely and legally.
Specifically freeware, shareware, open source and free demo versions.

Here are a few links to such distributions:

UserBuild_2024.04.28_03-37

28 Apr 03:37
Compare
Choose a tag to compare

Available files

If you wish to use SBEMU and its dependencies in an existing DOS installation, you'll find the necessary
files in SBEMU.zip.

Alternatively, SBEMU-FD13-USB.img.xz provides SBEMU and is dependencies preconfigured inside a compressed
bootable FreeDOS image that you can write to a USB flash drive or an SD card.

Preparing a bootable USB drive

Preparing a bootable USB drive

The USB image can be written to a USB drive or SD card using a tool like balenaEtcher.

The advantage of using Etcher is that you don't have to decompress the .xz archive first.
It will decompress such files automatically, before writing the image to the target drive.

Booting the USB image in a virtual machine

Booting the USB image in a virtual machine

You can run the image in a VM with QEMU as follows:

unxz SBEMU-FD13-USB.img.xz
qemu-system-i386 -drive file=SBEMU-FD13-USB.img,format=raw -device AC97

If you wish to test Intel HDA compatibility instead of ICHx AC'97 compatibility, replace AC97 with intel-hda in the last command above.
On Linux, you can include the parameter --enable-kvm to run the VM with hardware-assisted virtualization.

If you prefer to use another hypervisor, such as VirtualBox or VMware, you may have to convert the raw image to a supported VM image format first:

unxz SBEMU-FD13-USB.img.xz
qemu-img convert -f raw -O vmdk SBEMU-FD13-USB.img SBEMU-FD13-USB.vmdk

NOTE: Although VMs can sometimes be useful during development, testing and debugging, you should not rely on those for actual hardware compatibility testing, since the sound cards that the hypervisors emulate are themselves merely approximations of actual hardware, and will not behave like the real thing in every single corner case.
Basically, you shouldn't test emulators on other emulators.

Where can I get some DOS games to test with?

Where can I get some DOS games to test with?

There are multiple convenient distributions out there that contain DOS games that can be distributed freely and legally.
Specifically freeware, shareware, open source and free demo versions.

Here are a few links to such distributions:

UserBuild_2024.04.28_03-21

28 Apr 03:21
Compare
Choose a tag to compare

Available files

If you wish to use SBEMU and its dependencies in an existing DOS installation, you'll find the necessary
files in SBEMU.zip.

Alternatively, SBEMU-FD13-USB.img.xz provides SBEMU and is dependencies preconfigured inside a compressed
bootable FreeDOS image that you can write to a USB flash drive or an SD card.

Preparing a bootable USB drive

Preparing a bootable USB drive

The USB image can be written to a USB drive or SD card using a tool like balenaEtcher.

The advantage of using Etcher is that you don't have to decompress the .xz archive first.
It will decompress such files automatically, before writing the image to the target drive.

Booting the USB image in a virtual machine

Booting the USB image in a virtual machine

You can run the image in a VM with QEMU as follows:

unxz SBEMU-FD13-USB.img.xz
qemu-system-i386 -drive file=SBEMU-FD13-USB.img,format=raw -device AC97

If you wish to test Intel HDA compatibility instead of ICHx AC'97 compatibility, replace AC97 with intel-hda in the last command above.
On Linux, you can include the parameter --enable-kvm to run the VM with hardware-assisted virtualization.

If you prefer to use another hypervisor, such as VirtualBox or VMware, you may have to convert the raw image to a supported VM image format first:

unxz SBEMU-FD13-USB.img.xz
qemu-img convert -f raw -O vmdk SBEMU-FD13-USB.img SBEMU-FD13-USB.vmdk

NOTE: Although VMs can sometimes be useful during development, testing and debugging, you should not rely on those for actual hardware compatibility testing, since the sound cards that the hypervisors emulate are themselves merely approximations of actual hardware, and will not behave like the real thing in every single corner case.
Basically, you shouldn't test emulators on other emulators.

Where can I get some DOS games to test with?

Where can I get some DOS games to test with?

There are multiple convenient distributions out there that contain DOS games that can be distributed freely and legally.
Specifically freeware, shareware, open source and free demo versions.

Here are a few links to such distributions:

UserBuild_2024.04.27_14-05

27 Apr 14:05
Compare
Choose a tag to compare

Available files

If you wish to use SBEMU and its dependencies in an existing DOS installation, you'll find the necessary
files in SBEMU.zip.

Alternatively, SBEMU-FD13-USB.img.xz provides SBEMU and is dependencies preconfigured inside a compressed
bootable FreeDOS image that you can write to a USB flash drive or an SD card.

Preparing a bootable USB drive

Preparing a bootable USB drive

The USB image can be written to a USB drive or SD card using a tool like balenaEtcher.

The advantage of using Etcher is that you don't have to decompress the .xz archive first.
It will decompress such files automatically, before writing the image to the target drive.

Booting the USB image in a virtual machine

Booting the USB image in a virtual machine

You can run the image in a VM with QEMU as follows:

unxz SBEMU-FD13-USB.img.xz
qemu-system-i386 -drive file=SBEMU-FD13-USB.img,format=raw -device AC97

If you wish to test Intel HDA compatibility instead of ICHx AC'97 compatibility, replace AC97 with intel-hda in the last command above.
On Linux, you can include the parameter --enable-kvm to run the VM with hardware-assisted virtualization.

If you prefer to use another hypervisor, such as VirtualBox or VMware, you may have to convert the raw image to a supported VM image format first:

unxz SBEMU-FD13-USB.img.xz
qemu-img convert -f raw -O vmdk SBEMU-FD13-USB.img SBEMU-FD13-USB.vmdk

NOTE: Although VMs can sometimes be useful during development, testing and debugging, you should not rely on those for actual hardware compatibility testing, since the sound cards that the hypervisors emulate are themselves merely approximations of actual hardware, and will not behave like the real thing in every single corner case.
Basically, you shouldn't test emulators on other emulators.

Where can I get some DOS games to test with?

Where can I get some DOS games to test with?

There are multiple convenient distributions out there that contain DOS games that can be distributed freely and legally.
Specifically freeware, shareware, open source and free demo versions.

Here are a few links to such distributions:

UserBuild_2024.04.27_03-42

27 Apr 03:42
Compare
Choose a tag to compare

Available files

If you wish to use SBEMU and its dependencies in an existing DOS installation, you'll find the necessary
files in SBEMU.zip.

Alternatively, SBEMU-FD13-USB.img.xz provides SBEMU and is dependencies preconfigured inside a compressed
bootable FreeDOS image that you can write to a USB flash drive or an SD card.

Preparing a bootable USB drive

Preparing a bootable USB drive

The USB image can be written to a USB drive or SD card using a tool like balenaEtcher.

The advantage of using Etcher is that you don't have to decompress the .xz archive first.
It will decompress such files automatically, before writing the image to the target drive.

Booting the USB image in a virtual machine

Booting the USB image in a virtual machine

You can run the image in a VM with QEMU as follows:

unxz SBEMU-FD13-USB.img.xz
qemu-system-i386 -drive file=SBEMU-FD13-USB.img,format=raw -device AC97

If you wish to test Intel HDA compatibility instead of ICHx AC'97 compatibility, replace AC97 with intel-hda in the last command above.
On Linux, you can include the parameter --enable-kvm to run the VM with hardware-assisted virtualization.

If you prefer to use another hypervisor, such as VirtualBox or VMware, you may have to convert the raw image to a supported VM image format first:

unxz SBEMU-FD13-USB.img.xz
qemu-img convert -f raw -O vmdk SBEMU-FD13-USB.img SBEMU-FD13-USB.vmdk

NOTE: Although VMs can sometimes be useful during development, testing and debugging, you should not rely on those for actual hardware compatibility testing, since the sound cards that the hypervisors emulate are themselves merely approximations of actual hardware, and will not behave like the real thing in every single corner case.
Basically, you shouldn't test emulators on other emulators.

Where can I get some DOS games to test with?

Where can I get some DOS games to test with?

There are multiple convenient distributions out there that contain DOS games that can be distributed freely and legally.
Specifically freeware, shareware, open source and free demo versions.

Here are a few links to such distributions:

UserBuild_2024.04.26_15-44

26 Apr 15:44
Compare
Choose a tag to compare

Available files

If you wish to use SBEMU and its dependencies in an existing DOS installation, you'll find the necessary
files in SBEMU.zip.

Alternatively, SBEMU-FD13-USB.img.xz provides SBEMU and is dependencies preconfigured inside a compressed
bootable FreeDOS image that you can write to a USB flash drive or an SD card.

Preparing a bootable USB drive

Preparing a bootable USB drive

The USB image can be written to a USB drive or SD card using a tool like balenaEtcher.

The advantage of using Etcher is that you don't have to decompress the .xz archive first.
It will decompress such files automatically, before writing the image to the target drive.

Booting the USB image in a virtual machine

Booting the USB image in a virtual machine

You can run the image in a VM with QEMU as follows:

unxz SBEMU-FD13-USB.img.xz
qemu-system-i386 -drive file=SBEMU-FD13-USB.img,format=raw -device AC97

If you wish to test Intel HDA compatibility instead of ICHx AC'97 compatibility, replace AC97 with intel-hda in the last command above.
On Linux, you can include the parameter --enable-kvm to run the VM with hardware-assisted virtualization.

If you prefer to use another hypervisor, such as VirtualBox or VMware, you may have to convert the raw image to a supported VM image format first:

unxz SBEMU-FD13-USB.img.xz
qemu-img convert -f raw -O vmdk SBEMU-FD13-USB.img SBEMU-FD13-USB.vmdk

NOTE: Although VMs can sometimes be useful during development, testing and debugging, you should not rely on those for actual hardware compatibility testing, since the sound cards that the hypervisors emulate are themselves merely approximations of actual hardware, and will not behave like the real thing in every single corner case.
Basically, you shouldn't test emulators on other emulators.

Where can I get some DOS games to test with?

Where can I get some DOS games to test with?

There are multiple convenient distributions out there that contain DOS games that can be distributed freely and legally.
Specifically freeware, shareware, open source and free demo versions.

Here are a few links to such distributions:

UserBuild_2024.04.11_09-01

11 Apr 09:01
d63f62f
Compare
Choose a tag to compare

Available files

If you wish to use SBEMU and its dependencies in an existing DOS installation, you'll find the necessary
files in SBEMU.zip.

Alternatively, SBEMU-FD13-USB.img.xz provides SBEMU and is dependencies preconfigured inside a compressed
bootable FreeDOS image that you can write to a USB flash drive or an SD card.

Preparing a bootable USB drive

Preparing a bootable USB drive

The USB image can be written to a USB drive or SD card using a tool like balenaEtcher.

The advantage of using Etcher is that you don't have to decompress the .xz archive first.
It will decompress such files automatically, before writing the image to the target drive.

Booting the USB image in a virtual machine

Booting the USB image in a virtual machine

You can run the image in a VM with QEMU as follows:

unxz SBEMU-FD13-USB.img.xz
qemu-system-i386 -drive file=SBEMU-FD13-USB.img,format=raw -device AC97

If you wish to test Intel HDA compatibility instead of ICHx AC'97 compatibility, replace AC97 with intel-hda in the last command above.
On Linux, you can include the parameter --enable-kvm to run the VM with hardware-assisted virtualization.

If you prefer to use another hypervisor, such as VirtualBox or VMware, you may have to convert the raw image to a supported VM image format first:

unxz SBEMU-FD13-USB.img.xz
qemu-img convert -f raw -O vmdk SBEMU-FD13-USB.img SBEMU-FD13-USB.vmdk

NOTE: Although VMs can sometimes be useful during development, testing and debugging, you should not rely on those for actual hardware compatibility testing, since the sound cards that the hypervisors emulate are themselves merely approximations of actual hardware, and will not behave like the real thing in every single corner case.
Basically, you shouldn't test emulators on other emulators.

Where can I get some DOS games to test with?

Where can I get some DOS games to test with?

There are multiple convenient distributions out there that contain DOS games that can be distributed freely and legally.
Specifically freeware, shareware, open source and free demo versions.

Here are a few links to such distributions:

UserBuild_2024.03.01_17-53

01 Mar 17:53
Compare
Choose a tag to compare

Available files

If you wish to use SBEMU and its dependencies in an existing DOS installation, you'll find the necessary
files in SBEMU.zip.

Alternatively, SBEMU-FD13-USB.img.xz provides SBEMU and is dependencies preconfigured inside a compressed
bootable FreeDOS image that you can write to a USB flash drive or an SD card.

Preparing a bootable USB drive

Preparing a bootable USB drive

The USB image can be written to a USB drive or SD card using a tool like balenaEtcher.

The advantage of using Etcher is that you don't have to decompress the .xz archive first.
It will decompress such files automatically, before writing the image to the target drive.

Booting the USB image in a virtual machine

Booting the USB image in a virtual machine

You can run the image in a VM with QEMU as follows:

unxz SBEMU-FD13-USB.img.xz
qemu-system-i386 -drive file=SBEMU-FD13-USB.img,format=raw -device AC97

If you wish to test Intel HDA compatibility instead of ICHx AC'97 compatibility, replace AC97 with intel-hda in the last command above.
On Linux, you can include the parameter --enable-kvm to run the VM with hardware-assisted virtualization.

If you prefer to use another hypervisor, such as VirtualBox or VMware, you may have to convert the raw image to a supported VM image format first:

unxz SBEMU-FD13-USB.img.xz
qemu-img convert -f raw -O vmdk SBEMU-FD13-USB.img SBEMU-FD13-USB.vmdk

NOTE: Although VMs can sometimes be useful during development, testing and debugging, you should not rely on those for actual hardware compatibility testing, since the sound cards that the hypervisors emulate are themselves merely approximations of actual hardware, and will not behave like the real thing in every single corner case.
Basically, you shouldn't test emulators on other emulators.

Where can I get some DOS games to test with?

Where can I get some DOS games to test with?

There are multiple convenient distributions out there that contain DOS games that can be distributed freely and legally.
Specifically freeware, shareware, open source and free demo versions.

Here are a few links to such distributions:

UserBuild_2024.02.27_14-01

27 Feb 14:01
Compare
Choose a tag to compare

Available files

If you wish to use SBEMU and its dependencies in an existing DOS installation, you'll find the necessary
files in SBEMU.zip.

Alternatively, SBEMU-FD13-USB.img.xz provides SBEMU and is dependencies preconfigured inside a compressed
bootable FreeDOS image that you can write to a USB flash drive or an SD card.

Preparing a bootable USB drive

Preparing a bootable USB drive

The USB image can be written to a USB drive or SD card using a tool like balenaEtcher.

The advantage of using Etcher is that you don't have to decompress the .xz archive first.
It will decompress such files automatically, before writing the image to the target drive.

Booting the USB image in a virtual machine

Booting the USB image in a virtual machine

You can run the image in a VM with QEMU as follows:

unxz SBEMU-FD13-USB.img.xz
qemu-system-i386 -drive file=SBEMU-FD13-USB.img,format=raw -device AC97

If you wish to test Intel HDA compatibility instead of ICHx AC'97 compatibility, replace AC97 with intel-hda in the last command above.
On Linux, you can include the parameter --enable-kvm to run the VM with hardware-assisted virtualization.

If you prefer to use another hypervisor, such as VirtualBox or VMware, you may have to convert the raw image to a supported VM image format first:

unxz SBEMU-FD13-USB.img.xz
qemu-img convert -f raw -O vmdk SBEMU-FD13-USB.img SBEMU-FD13-USB.vmdk

NOTE: Although VMs can sometimes be useful during development, testing and debugging, you should not rely on those for actual hardware compatibility testing, since the sound cards that the hypervisors emulate are themselves merely approximations of actual hardware, and will not behave like the real thing in every single corner case.
Basically, you shouldn't test emulators on other emulators.

Where can I get some DOS games to test with?

Where can I get some DOS games to test with?

There are multiple convenient distributions out there that contain DOS games that can be distributed freely and legally.
Specifically freeware, shareware, open source and free demo versions.

Here are a few links to such distributions:

UserBuild_2024.02.27_13-33

27 Feb 13:33
Compare
Choose a tag to compare

Available files

If you wish to use SBEMU and its dependencies in an existing DOS installation, you'll find the necessary
files in SBEMU.zip.

Alternatively, SBEMU-FD13-USB.img.xz provides SBEMU and is dependencies preconfigured inside a compressed
bootable FreeDOS image that you can write to a USB flash drive or an SD card.

Preparing a bootable USB drive

Preparing a bootable USB drive

The USB image can be written to a USB drive or SD card using a tool like balenaEtcher.

The advantage of using Etcher is that you don't have to decompress the .xz archive first.
It will decompress such files automatically, before writing the image to the target drive.

Booting the USB image in a virtual machine

Booting the USB image in a virtual machine

You can run the image in a VM with QEMU as follows:

unxz SBEMU-FD13-USB.img.xz
qemu-system-i386 -drive file=SBEMU-FD13-USB.img,format=raw -device AC97

If you wish to test Intel HDA compatibility instead of ICHx AC'97 compatibility, replace AC97 with intel-hda in the last command above.
On Linux, you can include the parameter --enable-kvm to run the VM with hardware-assisted virtualization.

If you prefer to use another hypervisor, such as VirtualBox or VMware, you may have to convert the raw image to a supported VM image format first:

unxz SBEMU-FD13-USB.img.xz
qemu-img convert -f raw -O vmdk SBEMU-FD13-USB.img SBEMU-FD13-USB.vmdk

NOTE: Although VMs can sometimes be useful during development, testing and debugging, you should not rely on those for actual hardware compatibility testing, since the sound cards that the hypervisors emulate are themselves merely approximations of actual hardware, and will not behave like the real thing in every single corner case.
Basically, you shouldn't test emulators on other emulators.

Where can I get some DOS games to test with?

Where can I get some DOS games to test with?

There are multiple convenient distributions out there that contain DOS games that can be distributed freely and legally.
Specifically freeware, shareware, open source and free demo versions.

Here are a few links to such distributions: