One of the key selling points for Linux is that it can breathe new life into old computers since the hardware requirements for a modern Linux distribution are typically much lower than those for the latest versions of Windows or OS X.

But have you ever wondered just how low you can go?

8 bit PC

Dmitry Grinberg decided to see if he could build a simple Linux computer around an 8-bit microcontroller. Just to be clear — this is not what the ATmega1284P microcrontoller was designed for.

It has just 128KB of storage and 16KB of RAM. It runs at up to 20 MHz, and is designed for embedded applications such as remote controls, appliances, or power tools… not computers.

Most full-blown Linux operating systems, on the other hand, need a 32-bit processor and significantly more memory and storage. So Grinberg figured out how to attach a 1 GB SD card, and a small amount of SDRAM. Then he wrote an ARM processor emulator so he could run an ARM-compatible version of Ubuntu Linux.

Here’s the crazy thing: It all works. But there’s a catch. It works very, very slowly.

The emulated CPU runs at just 6.5 KHz, and it takes two hours just to boot to a bash prompt… and another 4 hours to load a full Ubuntu desktop.

In other words, you’re not really going to want to use this system for much of anything. But as a proof of concept, it’s pretty amazing.

Also amazing? You can watch a 3.5 hour video showing the system in action… if you’re really bored. If you don’t have as much time, there’s an 11 minute time-lapse video showing some of the highlights.

via Hack A Day

Support Liliputing

Liliputing's primary sources of revenue are advertising and affiliate links (if you click the "Shop" button at the top of the page and buy something on Amazon, for example, we'll get a small commission).

But there are several ways you can support the site directly even if you're using an ad blocker* and hate online shopping.

Contribute to our Patreon campaign

or...

Contribute via PayPal

* If you are using an ad blocker like uBlock Origin and seeing a pop-up message at the bottom of the screen, we have a guide that may help you disable it.

Subscribe to Liliputing via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 9,547 other subscribers

6 replies on “8-bit PC can run Ubuntu… takes about 6 hours to boot”

  1. He emulated ARM 32bit processor on 8-bit microcontroller. I could not be fast.
    If he changed the kernel and compile into native code it could work.

  2. LOL, and interesting hobbiest project; but SIX HOURS TO BOOT?
    And I thought my old 8 bit original IBM PC was slow at 4.7MHz!

  3. I remember doing a Debian “potato” installtion on an old Mac Quadra 650 that ran at 33 MHz.  Was fun when I didn’t have life getting in the way to do stuff like this.  Still, the 68040 on that one is a 32-bit processor so this is still very geeky-cool. 🙂

Comments are closed.