Re: m68k: 68000 port for megadrive
From: Finn Thain
Date: Fri Jun 26 2026 - 20:45:35 EST
On Fri, 26 Jun 2026, Daniel Palmer wrote:
> I'm not going to send patches* for this but I thought it'd at least be
> funny to someone.
Not funny to me. I think it's valuable work.
> I've used my DeviceTree enabled version of the 68000 code to do a
> quick port to the megadrive.
>
> https://github.com/LinuxMD/linuxmd (screenshot is near the end)
>
...
> Calibrating delay loop... 0.72 BogoMIPS (lpj=5984)
...
> Memory: 2532K/4096K available (1002K kernel code, 54K rwdata, 108K rodata,
> 72K init, 39K bss, 1368K reserved, 0K cma-reserved)
My old laptop has about 1000x the bogomips and 1000x the memory shown in
your console log. Your work shows me what 1000 virtual machines might look
like here.
Shrinking the operating system in that way (no block layer, no network
stack etc.) is important work and is a real step towards comfortably
hosting a million busy containers on a single system.