Hi Cat_7,
Thanks for that. This happens when you missing basic knowledge ;D
I did try to find information about it with no much luck.
Kind regards
Thom
Search found 41 matches
- Thu Aug 29, 2024 7:21 am
- Forum: QEMU
- Topic: QEMU 9.0.0 is out!
- Replies: 9
- Views: 1843
- Wed Aug 28, 2024 7:55 pm
- Forum: QEMU
- Topic: QEMU 9.0.0 is out!
- Replies: 9
- Views: 1843
Re: QEMU 9.0.0 is out!
Hi Cat_7,
Thanks for you replay.
So I guess it would be how I should compile it:
git clone https://github.com/mcayland/qemu.git
cd qemu
./configure --target-list=m68k-softmmu --enable-gtk --enable-sdl --audio-drv-list="pa" --disable-werror
make
cd build
strip qemu-system-m68k
but I getting ...
Thanks for you replay.
So I guess it would be how I should compile it:
git clone https://github.com/mcayland/qemu.git
cd qemu
./configure --target-list=m68k-softmmu --enable-gtk --enable-sdl --audio-drv-list="pa" --disable-werror
make
cd build
strip qemu-system-m68k
but I getting ...
- Wed Aug 28, 2024 12:45 pm
- Forum: QEMU
- Topic: QEMU 9.0.0 is out!
- Replies: 9
- Views: 1843
Re: QEMU 9.0.0 is out!
Hi Cat_7,
Just quick one. How do I compile current virtio version for linux?
Kind regards
Thom
EDIT: Wouldn't be it something like this?
git clone https://github.com/mcayland/qemu.git
git clone https://github.com/elliotnunn/classicvirtio.git
cd qemu
patch -p1 < ../classicvirtio/patches/qemu ...
Just quick one. How do I compile current virtio version for linux?
Kind regards
Thom
EDIT: Wouldn't be it something like this?
git clone https://github.com/mcayland/qemu.git
git clone https://github.com/elliotnunn/classicvirtio.git
cd qemu
patch -p1 < ../classicvirtio/patches/qemu ...
- Wed Aug 28, 2024 9:56 am
- Forum: QEMU
- Topic: Qemu virtio drivers for Mac OS 9.x
- Replies: 69
- Views: 32005
Re: Qemu virtio drivers for Mac OS 9.x
Hi Cat_7,
I see, but is the graphics accelerated anyhow when it's compiled with the patch and patched openbios?
I can see that something is loaded on yellow screen but can't "feel it". I don't know any PPC benchmark utility to see a difference and Speedtest for 68k doesn't show improvement.
Also ...
I see, but is the graphics accelerated anyhow when it's compiled with the patch and patched openbios?
I can see that something is loaded on yellow screen but can't "feel it". I don't know any PPC benchmark utility to see a difference and Speedtest for 68k doesn't show improvement.
Also ...
- Tue Aug 27, 2024 6:53 pm
- Forum: QEMU
- Topic: Qemu virtio drivers for Mac OS 9.x
- Replies: 69
- Views: 32005
Re: Qemu virtio drivers for Mac OS 9.x
Hi Cat_7,
I've seen there is screamer + virtio build for MacOS so I tried to compile Screamer build with VirtIO patch, it seem to work, device is visible on yellow screen but refresh rate is like 0.5Hz and full of artifacts.
openbios-qemu-screamer-virtio.elf copied from OSX build.
this how I build ...
I've seen there is screamer + virtio build for MacOS so I tried to compile Screamer build with VirtIO patch, it seem to work, device is visible on yellow screen but refresh rate is like 0.5Hz and full of artifacts.
openbios-qemu-screamer-virtio.elf copied from OSX build.
this how I build ...
- Sun Aug 25, 2024 6:58 pm
- Forum: QEMU
- Topic: Noob question: what is the Screamer build?
- Replies: 30
- Views: 15995
Re: Noob question: what is the Screamer build?
Hi Cat_7,
You were right, I was missing qemu_vga.ndrv , color modes work now but I found a weird bug. QEMU crashing when trying to change to 1024x768x256. Checked all resolutions and colour depth but this one is crashing every time with this error code:
s>> et_property: NULL phandle ...
You were right, I was missing qemu_vga.ndrv , color modes work now but I found a weird bug. QEMU crashing when trying to change to 1024x768x256. Checked all resolutions and colour depth but this one is crashing every time with this error code:
s>> et_property: NULL phandle ...
- Sat Aug 24, 2024 6:25 pm
- Forum: QEMU
- Topic: Noob question: what is the Screamer build?
- Replies: 30
- Views: 15995
Re: Noob question: what is the Screamer build?
My current command line:
./qemu-system-ppc-pa \
-L pc-bios \
-M mac99,via=pmu \
-rtc base=localtime \
-m 128 \
-display gtk -serial stdio \
-boot c \
-drive file=./macos922.img,format=raw,media=disk \
-drive file=./storage-disk.img,format=raw,media=disk \
-drive file=./Apple_MacOS_9.2.2.iso ...
./qemu-system-ppc-pa \
-L pc-bios \
-M mac99,via=pmu \
-rtc base=localtime \
-m 128 \
-display gtk -serial stdio \
-boot c \
-drive file=./macos922.img,format=raw,media=disk \
-drive file=./storage-disk.img,format=raw,media=disk \
-drive file=./Apple_MacOS_9.2.2.iso ...
- Sat Aug 24, 2024 8:41 am
- Forum: QEMU
- Topic: Noob question: what is the Screamer build?
- Replies: 30
- Views: 15995
Re: Noob question: what is the Screamer build?
Hi Cat_7,
I got sound working, it was caused by my old Amiga habit to create small system partition and separate for data and it was not enough space for swap file (for initial 512MB ram setup).
Even it seem to be enough space to enable Virtual Memory for 256MB ram it didn't work, perhaps would not ...
I got sound working, it was caused by my old Amiga habit to create small system partition and separate for data and it was not enough space for swap file (for initial 512MB ram setup).
Even it seem to be enough space to enable Virtual Memory for 256MB ram it didn't work, perhaps would not ...
- Tue Aug 20, 2024 8:10 pm
- Forum: QEMU
- Topic: Noob question: what is the Screamer build?
- Replies: 30
- Views: 15995
Re: Noob question: what is the Screamer build?
Hi Cat_7,
Yes, It is clean install of 9.2.2 with 512MB ram, Virtual Memory enabled.
Maybe I missing some special version of components?
Install include QuickTime from the OS, nothing extra installed.
I compiled it and checked for Pulse Audio and Pipewire, but both don't work.
Probably on weekend ...
Yes, It is clean install of 9.2.2 with 512MB ram, Virtual Memory enabled.
Maybe I missing some special version of components?
Install include QuickTime from the OS, nothing extra installed.
I compiled it and checked for Pulse Audio and Pipewire, but both don't work.
Probably on weekend ...
- Mon Aug 19, 2024 6:43 pm
- Forum: QEMU
- Topic: Noob question: what is the Screamer build?
- Replies: 30
- Views: 15995
Re: Noob question: what is the Screamer build?
Hi Cat_7,
Yes it did build just fine.
I tied with and without that line, and now build it again without it just pure screamer (not extra patches for VirtIO).
Unfortunately there is no sound maybe except for random very short for split second time to time.
I've tried it also under Arch Linux via ...
Yes it did build just fine.
I tied with and without that line, and now build it again without it just pure screamer (not extra patches for VirtIO).
Unfortunately there is no sound maybe except for random very short for split second time to time.
I've tried it also under Arch Linux via ...
- Fri Aug 16, 2024 2:40 pm
- Forum: QEMU
- Topic: Noob question: what is the Screamer build?
- Replies: 30
- Views: 15995
Re: Noob question: what is the Screamer build?
Hi,
I am trying to build this and can't get sound to work, can you guys have a look what I'm doing wrong?
I've tried also compile 8.2.0 but had not luck getting sound working either.
git clone -b screamer-v9.0.0 https://github.com/mcayland/qemu.git screamer-v9.0.0
cd screamer-v9.0.0
git format ...
I am trying to build this and can't get sound to work, can you guys have a look what I'm doing wrong?
I've tried also compile 8.2.0 but had not luck getting sound working either.
git clone -b screamer-v9.0.0 https://github.com/mcayland/qemu.git screamer-v9.0.0
cd screamer-v9.0.0
git format ...
- Mon Sep 26, 2022 5:15 pm
- Forum: QEMU
- Topic: Qemu-system-m68k for Linux to run MacOS 7.1-8.1
- Replies: 14
- Views: 22741
Re: Qemu-system-m68k for Linux to run MacOS 7.1-8.1
Hi Everyone,
There is new source code available for 7.1.50. Have successfully build it on Manjaro.
There is new source code available for 7.1.50. Have successfully build it on Manjaro.
Code: Select all
git clone -b q800.upstream2-vm https://github.com/mcayland/qemu q800-upstream2-vm
cd q800-upstream2-vm
./configure --target-list=m68k-softmmu --enable-gtk --enable-sdl
make
cd build
- Fri Aug 26, 2022 12:21 pm
- Forum: QEMU
- Topic: Qemu package and guide for Windows available
- Replies: 373
- Views: 455727
Re: Qemu package and guide for Windows available
Hi Cat_7,
Thanks for replay. I'll need wait then. :D
Thom
Thanks for replay. I'll need wait then. :D
Thom
- Fri Aug 26, 2022 11:57 am
- Forum: QEMU
- Topic: Qemu package and guide for Windows available
- Replies: 373
- Views: 455727
Re: Qemu package and guide for Windows available
Hi Cat_7,
Is there any update for screamer as well?
Last version for Linux I managed to compile was is 6.2.0.
Regards
Tomasz
Is there any update for screamer as well?
Last version for Linux I managed to compile was is 6.2.0.
Regards
Tomasz
- Thu Aug 11, 2022 3:30 pm
- Forum: QEMU
- Topic: Qemu package and guide for Windows available
- Replies: 373
- Views: 455727
Re: Qemu package and guide for Windows available
Hi Cat_7,
The error code I've mentioned on m68k thread below. I cannot compile from source on Manjaro Linux.
[1366/2486] Compiling C object libcommon.fa.p/ebpf_ebpf_rss.c.o
FAILED: libcommon.fa.p/ebpf_ebpf_rss.c.o
cc -m64 -mcx16 -Ilibcommon.fa.p -I../common-user/host/x86_64 -I/usr/include ...
The error code I've mentioned on m68k thread below. I cannot compile from source on Manjaro Linux.
[1366/2486] Compiling C object libcommon.fa.p/ebpf_ebpf_rss.c.o
FAILED: libcommon.fa.p/ebpf_ebpf_rss.c.o
cc -m64 -mcx16 -Ilibcommon.fa.p -I../common-user/host/x86_64 -I/usr/include ...
- Thu Aug 11, 2022 3:24 pm
- Forum: QEMU
- Topic: Qemu-system-m68k for Linux to run MacOS 7.1-8.1
- Replies: 14
- Views: 22741
Re: Qemu-system-m68k for Linux to run MacOS 7.1-8.1
Hi,
The latest m68k/quadra800 code now is in: git clone -b q800.upstream3 https://github.com/mcayland/qemu q800-upstream3
I don't know whether the screamer code has been rebased recently to perhaps avoid the error you see: git clone -b screamer https://github.com/mcayland/qemu qemu-screamer
BTW ...
- Thu Aug 11, 2022 9:11 am
- Forum: QEMU
- Topic: Qemu-system-m68k for Linux to run MacOS 7.1-8.1
- Replies: 14
- Views: 22741
Re: Qemu-system-m68k for Linux to run MacOS 7.1-8.1
Using these instructions from Cat_7 I was able to successfully build Qemu-system-m68k on Ubuntu and install OS 8.
git clone -b q800.upstream https://www.gitlab.com/mcayland/qemu q800-upstream
cd q800-upstream
./configure --target-list=m68k-softmmu --enable-gtk --enable-sdl
make
Hi,
I've tried ...
- Sun Apr 18, 2021 9:48 am
- Forum: QEMU
- Topic: Qemu package and guide for Windows available
- Replies: 373
- Views: 455727
Re: Qemu package and guide for Windows available
Thanks Cat_7,
It's build fine now. It's funny even that was kind of obvious, wasn't at same time.
Kind regards
Thom
It's build fine now. It's funny even that was kind of obvious, wasn't at same time.
Kind regards
Thom
- Sun Apr 18, 2021 7:29 am
- Forum: QEMU
- Topic: Qemu package and guide for Windows available
- Replies: 373
- Views: 455727
Re: Qemu package and guide for Windows available
Hi Cat_7,
Can you advise new command lines for compiling Linux build? Old fails with:
> ./configure --target-list="ppc-softmmu" --enable-gtk --enable-sdl
Using './build' as the directory for build output
ERROR: Cannot find Ninja
and then obviously:
> make
changing dir to build for make ...
Can you advise new command lines for compiling Linux build? Old fails with:
> ./configure --target-list="ppc-softmmu" --enable-gtk --enable-sdl
Using './build' as the directory for build output
ERROR: Cannot find Ninja
and then obviously:
> make
changing dir to build for make ...
- Wed Mar 25, 2020 9:13 pm
- Forum: QEMU
- Topic: Qemu package and guide for Windows available
- Replies: 373
- Views: 455727
Re: Qemu package and guide for Windows available
Hi Cat_7,
It stops around 20-21% with this message:
Cloning into 'qemu-screamer'...
remote: Enumerating objects: 476200, done.
error: RPC failed; curl 56 OpenSSL SSL_read: error:14095126:SSL routines:ssl3_read_n:unexpected eof while reading, errno 0
fatal: the remote end hung up unexpectedly ...
It stops around 20-21% with this message:
Cloning into 'qemu-screamer'...
remote: Enumerating objects: 476200, done.
error: RPC failed; curl 56 OpenSSL SSL_read: error:14095126:SSL routines:ssl3_read_n:unexpected eof while reading, errno 0
fatal: the remote end hung up unexpectedly ...
- Tue Mar 24, 2020 11:40 am
- Forum: QEMU
- Topic: Qemu package and guide for Windows available
- Replies: 373
- Views: 455727
Re: Qemu package and guide for Windows available
Hi Cat_7,
I'm using same as last time.
Thom
I'm using same as last time.
Kind regards,thom75 wrote:Code: Select all
git clone -b screamer https://github.com/mcayland/qemu qemu-screamer cd qemu-screamer ./configure --target-list="ppc-softmmu" --enable-gtk --enable-sdl make cd ppc-softmmu strip qemu-system-ppc
Thom
- Tue Mar 24, 2020 10:03 am
- Forum: QEMU
- Topic: Qemu package and guide for Windows available
- Replies: 373
- Views: 455727
Re: Qemu package and guide for Windows available
Hi Cat_7,
I'm trying to compile latest version of binaries for Linux but for some reason it fails downloading sources from git.
How I would compile latest experimental version or both? Are there different, separate sources or parameters to compile?
Regards
Thom
I'm trying to compile latest version of binaries for Linux but for some reason it fails downloading sources from git.
How I would compile latest experimental version or both? Are there different, separate sources or parameters to compile?
Regards
Thom
- Sun Jan 12, 2020 9:52 pm
- Forum: QEMU
- Topic: Qemu package and guide for Windows available
- Replies: 373
- Views: 455727
Re: Qemu package and guide for Windows available
Hi Cat_7,
I'm trying to build linux screamer binary from sources but when I build it version of it is the same as last time 4.1.50.
Is this current method/source of building it?
git clone -b screamer https://github.com/mcayland/qemu qemu-screamer
cd qemu-screamer
./configure --target-list="ppc ...
I'm trying to build linux screamer binary from sources but when I build it version of it is the same as last time 4.1.50.
Is this current method/source of building it?
git clone -b screamer https://github.com/mcayland/qemu qemu-screamer
cd qemu-screamer
./configure --target-list="ppc ...
- Fri Apr 12, 2019 2:10 pm
- Forum: QEMU
- Topic: Qemu package and guide for Windows available
- Replies: 373
- Views: 455727
Re: Qemu package and guide for Windows available
Thanks Cat_7, it actually works.
- Thu Apr 11, 2019 3:36 pm
- Forum: QEMU
- Topic: Qemu package and guide for Windows available
- Replies: 373
- Views: 455727
Re: Qemu package and guide for Windows available
You can create a topic yourself if you want to ;-)
I wish got enough time to keep up to date :)
I'm trying to get working pre 4.0 version but it's clear I missing something. For start I can't find how to get sources for new build from:
https://github.com/mcayland/qemu/tree/screamer-ppc-next
I ...
I wish got enough time to keep up to date :)
I'm trying to get working pre 4.0 version but it's clear I missing something. For start I can't find how to get sources for new build from:
https://github.com/mcayland/qemu/tree/screamer-ppc-next
I ...