Re: [Rpcemu] RPCEmu at the RISC OS London Show, 26-10-2019

2019-10-20 Thread David Glover-Aoki
On Oct 14, 2019, at 12:17 AM, Sprow  wrote:
> 
> You can send Econet over IP, so no need to emulate the 5 wire balanced line
> stuff. NetI is the module that does the stuff, it's still there in RISC OS 5,
> Sprow.

I had a (literal) dream a while ago that someone had made a box with an econet 
socket on one side and an ethernet socket on the other and that connecting your 
beeb to it and plugging it into the internet would connect to a kind of central 
Econet server somewhere on the internet so that everyone in the world who had 
one was connected to a single global econet network.

Was a nice idea, I thought.

David.


___
RPCEmu mailing list
RPCEmu@riscos.info
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu


Re: [Rpcemu] rpcemu v01.5 - segmentationfault...

2017-08-13 Thread David Glover-Aoki
On Aug 12, 2017, at 8:25 PM, zed <z...@zed.net.nz> wrote:
> 
> zed@zed-pc:~$ cd /home/zed/rpcemu-0.8.15/src CFLAGS=-no-pie ./configure
> --enable-dynarec

You've glued two separate commands together here.

First do this:
cd /home/zed/rpcemu-0.8.15/src

Then do this:
CFLAGS=-no-pie ./configure --enable-dynarec

-- 
David Glover-Aoki
https://david.gloveraoki.net/contact


___
Rpcemu mailing list
Rpcemu@riscos.info
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu


[Rpcemu] FreeBSD

2016-05-29 Thread David Glover-Aoki
Attempting to build rpcemu on FreeBSD bails out with "use of undeclared 
identifier 'off64_t'; did you mean 'off_t'?" in cdrom-iso.c

Basic incompatibility with BSD or something that can be fixed?


___
Rpcemu mailing list
Rpcemu@riscos.info
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu


Re: [Rpcemu] RPCEmu 0.8.12 Mac test build

2015-08-02 Thread David Glover-Aoki
On Aug 2, 2015, at 10:58 AM, Theo Markettos rpc...@markettos.org.uk wrote:
 
 Known issues (please confirm if these affect you too):

All of the issues you report also occur in 0.8.9, and with RISC OS 3.71 as well.


___
Rpcemu mailing list
Rpcemu@riscos.info
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu


Re: [Rpcemu] Mounting arbitrary ADFS images?

2015-07-23 Thread David Glover-Aoki
On Jul 23, 2015, at 12:55 PM, Kai Thomsen kai.thom...@gmx.de wrote:
 
 Try mounting them using the ftsuffix option:
 
  $ mount image_file target_dir -t adfs -o ftsuffix=1

Great! That solves the problem nicely. Thanks. :)


___
Rpcemu mailing list
Rpcemu@riscos.info
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu


[Rpcemu] Mounting arbitrary ADFS images?

2015-07-23 Thread David Glover-Aoki
Recently I dug out a bunch of zip disks (remember those?) that I had once used 
on my old RiscPC, so they’re all ADFS formatted. I’ve successfully used dd to 
make disk images of them all, and I know they work because you can mount them 
under Linux as “adfs”.

The problem is Linux doesn’t understand file types, so all these are lost.

Is there any way to mount them inside RPCEmu? I tried renaming one to 
“hd5.hdf”, but trying to open it just results in a Disc Error.

Any suggestions?


___
Rpcemu mailing list
Rpcemu@riscos.info
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu