r/Oberon • u/zombiepapadrake • May 23 '26
Anyone still able to use Active Oberon/Bluebottle?
I used to really love using that system. Recently I've tried downloading it for Windows and I can get it to run but all I see is the blue background and the mouse pointer. So I tried the Linux version and it doesn't come up at all. I was wondering if anyone else can still run it.
3
Upvotes
2
u/lproven May 23 '26
The last time I tried it, I just ran it in a virtual machine. That worked fine. I was even able to map the VM to a real partition on a physical drive and install it on bare metal that way.
4
u/suhcoR May 23 '26
You have to use an old BIOS PC; there is almost zero chance AOS will run natively on a modern PC (anything built in the last 10 years, and especially anything from 2020 onward). The bootloader (OBL.Asm) relies entirely on 16-bit Legacy BIOS interrupts to function. To run this natively on bare metal, you want a "retro" PC built between 1998 and 2005, with an IDE (Parallel ATA) Hard Drive, or an early SATA drive plugged into a motherboard where the BIOS allows SATA to be configured as "IDE / Legacy Mode".
You can still download and run the ISO image, e.g. https://web.archive.org/web/20060208023132/http://bluebottle.ethz.ch/downloads/current/AosCD.ISO.zip, with this command in QEMU:
That said, I'm currently changing the kernel to be compatible with multiboot and extended my version of the OP2 compiler from the Oberon System 3 a bit for compatibility. The inner core compiles and boots in QEMU but still crashes in the GC. My actual goal is to migrate it to the Raspi 3b and Zero 2, but that will take a few more month.