• Please review our updated Terms and Rules here

PDOS-generic for 68000

kerravon

Experienced Member
Joined
Oct 31, 2021
Messages
138
I'm interested in getting PDOS-generic to run on a 68000 or 68020.

And turning it into a mini-Amiga clone - ie, able to run certain valid Amiga Hunks.

But first I need to turn Linux for the 68k into a "glorified BIOS".

And the way I do that is to create a binary - presumably ELF - that does direct syscalls instead of using glibc.

I have that working for ARM32, ARM64, x86 and x64. And now I need it for the 68k.

Any idea how to do a syscall (trap?) and what the syscall numbers are?

The project is around here:


Thanks. Paul.
 
Back
Top