pablomarx / RaspberrySqueak

Bare metal Squeak for Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RaspberrySqueak

Bare metal Squeak for Raspberry Pi

With a proper dev environment setup, running make should result in a kernel.img being generated.
Copy that and an Squeak/Scratch/eToys image onto an SD card, and then setup a config.txt to look like:

initramfs squeak.image 0x00800000

And it should load. And then probably hang and crash. But there's a watchdog timer setup to save you from having to power cycle.

Alternatively there is a zip containing all of the files necessary to make a bootable SD card:

https://raw.github.com/pablomarx/RaspberrySqueak/master/sd-card-ready.zip

Unzipping that onto a FAT formatted SD card should result in a bootable RaspberrySqueak.

About

Bare metal Squeak for Raspberry Pi


Languages

Language:C 95.9%Language:C++ 3.3%Language:Assembly 0.6%Language:Objective-C 0.2%