The Alert Reader.

The following is a conversation I recently had with an alert and inquisitive reader. It has been redacted for brevity; handles/names/irrelevant things have been removed. Some text has been turned into links to relevant material. Anyone still reading this page for reasons related to its original purpose is encouraged to read this; it may help […]

May 2012 Update

At present, I have taken a break from the hardware aspects of Loper – to work on “Jupiter,” a Linux-based emulator of the system’s essential aspects.  (Think QEMU.) Jupiter is unlikely to be of any practical use to anyone but myself.  However, at some point, I will make it public, so that interested persons who […]

Posted in: Cold Air, Computation, Hot Air, LoperOS, Progress by Stanislav 9 Comments

March 2012 Update

Loper’s I2C controller is working.  The SPD ROM on the DDR2 RAM stick attached to the Xilinx ML-501 board is read correctly.  The video controller is working (though not feature-complete.)  The DDR2 SDRAM controller is still under testing, as is the cache SRAM controller.  The gigabit Ethernet controller is not yet complete. I should probably […]

Stierlitz Example: Memory-Mapped I/O to a Character LCD

Here is a somewhat dumb example of the kind of thing one can do with Stierlitz.  Let’s say that you have some memory-mapped I/O ports in your system architecture, which you would like to test without having a working CPU design of any kind loaded into your FPGA. The Xilinx ML501 board includes a Tianma-TM162, […]

Posted in: Cold Air, FPGA, Hardware, Lisp, LoperOS, Reversing by Stanislav 4 Comments

Stierlitz, the Fearless, Driver-Less Bus Analyzer.

The tool described in this post may be helpful to other ab initio machine-architecture developers.  If any exist.  The rest of Loper will remain in my private code repository, because it is not a collaborative project. Meet Stierlitz [1], perhaps the world’s strangest bus analyzer.  For basic use, it requires no software at all on […]

Posted in: Cold Air, FPGA, Hardware, Lisp, LoperOS, Progress, Reversing by Stanislav 2 Comments

Cypress EZ-Host Firmware Development Under Linux.

Progress has been slow, because I have been otherwise occupied for quite some time.  Slow, but not entirely still. Since turning Loper OS into an ab initio CPU architecture project, I have been using Xilinx development boards for prototyping.  For the past year —  an ML-501.  The FPGA toolchain itself is (grudgingly) Linux-friendly, but those […]

Posted in: Cold Air, FPGA, Hardware, LoperOS, Progress, Reversing by Stanislav 20 Comments

Laboratory Robotics with Common Lisp

To stave off the never-ending questions — variations on the theme of “Where is Loper? Why the wait?” I would like to confess the following: I live a double life! I spend my days… working! For money!  So that I can eat. Here is my current commercial project. It is a laboratory robotics controller, based […]

Posted in: Cold Air, Lisp, LoperOS, NonLoper by Stanislav 7 Comments

Not Dead

Loper should not be considered truly dead until I myself am dead and buried. Currently available computing systems are brain-damaged in such wholesale, unmitigable ways that I am driven back to the project again and again, despite the oceanic size and nearly certain futility of the task. Working full time and being back in school […]

Posted in: Hot Air, Idea, LoperOS, SoftwareSucks by Stanislav 2 Comments

Vaporware Warning

I feel obligated to remind my readers that the Loper repository does not yet contain a working operating system. (Unless you count a boot loader which performs basic x86-64 hardware initializations and prints “Hello World” as one.)

Posted in: LoperOS, Progress by Stanislav 2 Comments

Crawling Progress

The “Hello World” kernel boots, loads, initializes interrupts and paging, and switches successfully into 64-bit Long Mode. Now, the real fun can start.

Posted in: LoperOS by Stanislav 7 Comments