I said something other.
I am using RISC OS as my primary Operating System, and working on a system to allow runing TOS based operating system almost natively on the Raspberry Pi 2B/3B.
On the second mentioned (running TOS almost native):
I am working on a system that is basicaly a small kernel that provides the USB and Ethernet drivers written for the ARM, as well as providing a starting enviroment and most of the BIOS and XBIOS functions. On top of that I am implementing a very simple 68030 JIT emulator for the ARMv7/8 CPU designed to be used with out another OS (other than those parts already mentioned).
There will also be a means of calling ARM native code from the 68K enviroment (using an XBIOS extension) and calling the OS running on the 68K enviroment from ARM native code.
Once complete this will become my main OS on the RPi 3B. I do not own any system with an IA32/AMD64 CPU newer than an 80486, so my main computer is a Raspberry Pi 3B.
What OS you using on your PC, MAC .. ?
Moderators: Mug UK, Moderator Team
-
- Atari Super Hero
- Posts: 514
- Joined: Wed Jun 29, 2011 6:39 am
- Location: California / USA
- Contact:
Re: What OS you using on your PC, MAC .. ?
@DavidS : will you make this public ? (aka can I install it on a RPI3b when it's working
).

Falcon + AB040 + Eclipse PCI + ATI Rage VGA card + NE2000 Ethernec + HxC Floppy Emulator
MegaSTE 4MB + CosmosEx / 1040 STF for hardware dev
http://www.rti-zone.org/atari.php
MegaSTE 4MB + CosmosEx / 1040 STF for hardware dev
http://www.rti-zone.org/atari.php
-
- Atari Super Hero
- Posts: 844
- Joined: Sat Oct 26, 2013 11:19 pm
- Location: France
- Contact:
Re: What OS you using on your PC, MAC .. ?
Very interesting ! Keep us posted.
Philippe
Firebee, Falcon CT60, STE, BeeKey, BeepiPi.
My photography http://phil-67.deviantart.com/
EasyAraMint, BeeKey and BeePi https://sites.google.com/site/beebox68k/
Firebee, Falcon CT60, STE, BeeKey, BeepiPi.
My photography http://phil-67.deviantart.com/
EasyAraMint, BeeKey and BeePi https://sites.google.com/site/beebox68k/
Re: What OS you using on your PC, MAC .. ?
Yes it will be released under the MIT license, and once I get it fare enough it will go on a public github repo under my account.rpineau wrote:@DavidS : will you make this public ? (aka can I install it on a RPI3b when it's working).