Sushi Roll Helps Inspect Your CPU Internals

[Gamozolabs’] post about Sushi Roll — a research kernel for monitoring Intel CPU internals — is pretty long. While we were disappointed at the end that the kernel’s source is not exactly available due to “sensitive features”, we were so impressed with the description of the modern x86 architecture and some of the work done with Sushi Roll, that we just had to post it. If the post gets you wanting to actually try some of this, you can check out another [Gamozolabs] creation, Orange Slice.

While you probably know that a modern Intel CPU bears little resemblance to the old 8086 processor it emulates, it is surprising, sometimes, to realize just how far it has gone. The very first thing the CPU does is to break your instruction up into microoperations. The execution engine uses some sophisticated techniques for register renaming and scheduling that allow you to run instructions out of order and to run more than one instruction per clock cycle.

Continue reading “Sushi Roll Helps Inspect Your CPU Internals”

Intel Edison on a box

Running Golang On The Intel Edison

While most embedded development is still done in C and/or assembly, some people are working with more modern languages. The team over at Gobot has successfully managed to get Go running on the Intel Edison.

The Go programming language, which has been around for about five years, compiles to machine code like C. It has a number of modern features including concurrency, garbage collection, and packages.

We’ve looked at the Edison on Hackaday before, and even took a detailed look at the hardware. It features a Quark SoC, Bluetooth, and WiFi, which makes it well suited for connected devices.

Getting Go to work on the Edison hardware wasn’t particularly difficult, since it supports the Pentium instruction set and MMX. However, a library was needed to interface with the Edison’s peripherals. The Gobot team whipped up gobot-intel-iot, which makes it easy to work with GPIO, I2C, and PWM.

After the break, the team demos PWM on the Edison using Go.
Continue reading “Running Golang On The Intel Edison”

Old Laptops, Modems, And The Hackaday Retro Edition

We haven’t been getting very many submissions of extremely old computers loading up the Hackaday Retro Edition in a while. For shame. Thankfully, [alnwlsn] is here to pick up the slack from the rest of you with his latest accomplishment, getting two old laptops on the Internet with some old telecom equipment.

The first is a Toshiba from about 1995, Pentium processor, 12 MB of RAM, and a 10 GB (!) hard drive. [aln] had a PCMICA modem sitting around, and with Windows 95 and IE 5.5, he was able to slowly connect.

Pentium class machines are okay, but the next one – a Zenith Data Systems laptop from about 1987 – is awesome. 80C88 CPU, two 720k floppy drives, and the exact amount of RAM in that quote falsely attributed to [Bill Gates]. [alnwlsn] is connecting with a 28.8k modem, but the serial port only supports up to 9600. It’s a computer so old, even the retro edition’s main page times out. The about page, though, loaded fine.

[alnwlsn] used a modem with both of these laptops, but he doesn’t have dial-up or even a landline. This forced him to make his own line simulator that requires plugging in the phone line at the right time, manually ringing a modem connected to another computer, and letting PPP take it from there. It’s a crude circuit, but it works. slow, but it works. Video below.

Continue reading “Old Laptops, Modems, And The Hackaday Retro Edition”

Repairing A Mill That Cost As Much As A Car

miters

Years ago, someone at the bio-instrumentation lab at MIT needed to change a CMOS battery in the controller for a three axis mill. This reset the machine’s BIOS and was widely regarded as a bad move. The mill sat in the lab for a few years before  Prof. [Ian Hunter] donated it to MITERS – the student shop at MIT. And so the task of repairing a machine that cost as much as a car fell upon a plucky group of students.

The machine – a  Dyna-Myte 1007 has a 10″x7″x10″ work area, pneumatic tool changers and carousel, and the working for a fourth axis. It is. however, driven by an ancient Pentium computer running DOS with all the fun of ISA slots and IRQs that entails.

The MITERS began their repair by digging around in the software configuration, finding the axis drive is controlled via IRQ 3, which was currently occupied by COM 2. Changing that in the BIOS let the computer control the axes and, with a few solenoids and an air compressor, the tool carousel also worked.

With a bit of digging around, the MITERS also got the spindle working, giving them a very awesome and very expensive CNC milling machine for free. Even though the computer could be replaced with a $35 Raspberry Pi, we really have to admire the MITERS for fixing what they already had; it’s a cheaper and much, much faster way to get their new toy up and running.

Continue reading “Repairing A Mill That Cost As Much As A Car”