BEFORE SUBMITTING YOUR ISSUE, PLEASE LOOK AT THE PINNED ISSUES AND USE THE SEARCH FUNCTION TO MAKE SURE IT IS NOT ALREADY REPORTED. ALWAYS COMMENT ON AN EXISTING ISSUE INSTEAD OF MAKING A NEW ONE.
Describe the issue
When running BeOS R5 Professional, the only sound device I can get working is the sb16 device, as using other audio devices that I can find drivers for causes severe performance issues. However, when using sb16 audio, it's really choppy/stuttery and doesn't play the entire sound (I think it's stopping audio output at the time when it would have completed playing the sound at normal speed rather than with frequent gaps in it).
Use bchunk to separate it into its constituent data tracks: bchunk BeOS_R5.bin BeOS_R5.cue BeOS_R5_
Use 7zip to extract the boot floppy image: 7z e BeOS_R5_01.iso '[BOOT]'
Create a new emulated VM with an i386 architecture, a system of "Standard PC (i440FX + PIIX, 1996) (default) (pc-i440fx-8.0)", 256MB of RAM, a 10GB hard drive, a pentium3 CPU with 1 core, no EFI boot, PS/2 forced, USB disabled, ati-vga video (the specific video card probably doesn't matter much since I can't find drivers for any of the video cards available, so I'm relying on VESA graphics modes), ne2k_pci network, and sb16 sound
Add the floppy image (Boot-1.44M.img) as a floppy drive and track 02 (BeOS_R5_02.iso) as a CD image (it's a BFS image, so it won't be detected as an ISO9660 image if you try to inspect it)
Boot the VM, press the spacebar when the boot animation runs, and override the graphics settings to 1024x768x16
When the GUI installer loads, go to the More Options and Setup Partitions
Right-click on the hard drive, go to Setup > Partition > intel, and add a partition to the hard drive with a BeOS type, using the slider to expand it to fill the entire hard drive
Right-click on the hard drive again and go to Setup > Initialize > BeOS, initializing it is a BeFS partition
Close the Drive Setup app, go back to the Installer app, and finish the installation, making sure to install the bootloader at the end
Reboot, again pressing the space bar once the boot animation runs and override the graphics settings to 1024x768x16
Go to the BeOS Menu > Applications > Terminal
run cp /boot/home/config/settings/kernel/drivers/sample/vesa /boot/home/config/settings/kernel/drivers/vesa
run vim /boot/home/config/settings/kernel/drivers/vesa, add the following line: mode 1024 768 16, and save
Go to the BeOS Menu > Settings > Network, and then click "Settings..." by the network card, switch it over to DHCP, save, and restart networking
BEFORE SUBMITTING YOUR ISSUE, PLEASE LOOK AT THE PINNED ISSUES AND USE THE SEARCH FUNCTION TO MAKE SURE IT IS NOT ALREADY REPORTED. ALWAYS COMMENT ON AN EXISTING ISSUE INSTEAD OF MAKING A NEW ONE.
Describe the issue
When running BeOS R5 Professional, the only sound device I can get working is the sb16 device, as using other audio devices that I can find drivers for causes severe performance issues. However, when using sb16 audio, it's really choppy/stuttery and doesn't play the entire sound (I think it's stopping audio output at the time when it would have completed playing the sound at normal speed rather than with frequent gaps in it).
Configuration
Crash log
N/A
Debug log
debug.log
Upload VM config.plist.zip
Notes on Installing BeOS To replicate the installation I'm using, here are the steps:
bchunk BeOS_R5.bin BeOS_R5.cue BeOS_R5_
7z e BeOS_R5_01.iso '[BOOT]'
Boot-1.44M.img
) as a floppy drive and track 02 (BeOS_R5_02.iso
) as a CD image (it's a BFS image, so it won't be detected as an ISO9660 image if you try to inspect it)cp /boot/home/config/settings/kernel/drivers/sample/vesa /boot/home/config/settings/kernel/drivers/vesa
vim /boot/home/config/settings/kernel/drivers/vesa
, add the following line:mode 1024 768 16
, and save