Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

TinkerOS 5.14 pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@tinkeros tinkeros released this 04 Apr 00:01
· 31 commits to main since this release

This is a pre-release just to get some new stuff out there for a few people to test.

Main changes:

  • Enhanced VirtualBox support (seamless mouse, wip clipboard support, working sound with Vmusic extension on Linux).
  • Forte Media FM-801 PCI sound card OPL emulation support
  • Hopefully bugfix for this issue
  • Added function SwitchDrvsToIDE to switch to IDE mode to do a legacy install on a system with both IDE and AHCI drives.
  • Many other changes that are work in progress, not going list it all now.

Notes:

  • If you compile VirtualBox KVM on Linux, you can also compile this extension and get Adlib sound! See their README.md file for enabling it for a VM.
  • Clipboard in VirtualBox has issues and is work in progress. To mess with it, go into /Demo/VM/VBAdd.HC.Z and comment/uncomment VMClipInit; and ClipHijackInit; inside the VBInit function after installing.
  • Example QEMU 7+ command line for extra sound features: qemu-system-x86_64 -hda ~/TOS/qemu_disk.qcow2 -m 4096 -rtc base=localtime -audio driver=alsa,model=adlib,id=snd0 -cdrom ~/TOS/MyDistro.ISO.C -boot d -smp cores=4 -device bochs-display -nic user,model=pcnet -cpu host -enable-kvm