Skip to content

khubla.com

  • BSD
  • CP/M Sources
  • Hobbies
  • Open source
  • Vax
khubla.com
  • FreeBSD

    Updated FreeBSD-Wandboard bootloader

    Bytom@khubla.com June 4, 2016

    I’ve updated the u-boot bootloader for Crochet-FreeBSD Wandboard to 2014-10, from 2014-07.  The updated image is here, and the boot log is here.  

    Read More Updated FreeBSD-Wandboard bootloaderContinue

  • FreeBSD

    Updated FreeBSD Wandboard Build

    Bytom@khubla.com June 4, 2016

    This build is for FreeBSD-11, Alpha 2. Binary image, and bootlog.  

    Read More Updated FreeBSD Wandboard BuildContinue

  • Uncategorized

    AGC Grammar

    Bytom@khubla.com May 3, 2016May 3, 2016

    Every IT geek is, to some degree, fascinated with the Apollo program which put a human on the moon for the first time.  Naturally, there is also curiosity about the computers on the Apollo moon lander, and the software that ran on them.  The source code that went to the moon is available now, and…

    Read More AGC GrammarContinue

  • Uncategorized

    A simple modelling language

    Bytom@khubla.com March 12, 2016March 12, 2016

    Recently I had reason to get interested in process modelling.  Ultimately I ended up writing an Antlr4 grammar for Modelica (here), but in the mean time I came up with SML (Simple Modeling Language).  The Antlr4 grammar is sml.g4. The characteristics I wanted in my own modeling languages were: Ability to define models as text files…

    Read More A simple modelling languageContinue

  • Uncategorized

    pdp-7 Unix

    Bytom@khubla.com March 12, 2016March 12, 2016

    Unix version 0 was written in 1963 by Ken Thompson, on a PDP-7.  Recently, the source code code Unix V0 has been discovered, and you can read it here, as pdf scans of printouts.  You can read about the discovery, and the effort to boot Unix V0 on a real PDP-7 here.  The project home…

    Read More pdp-7 UnixContinue

  • Java

    Building a simple RIAK ORM

    Bytom@khubla.com February 21, 2016February 21, 2016

    I’ve been interested in RIAK for a while, and ORM’s are nothing short of fascinating. I decided to try writing an ORM for Riak, and the results are here: https://github.com/teverett/cbean My ORM is not an ORM of course, because RIAK is not relational. However it is ORM-like; I can store POJO’s and retrieve them. The…

    Read More Building a simple RIAK ORMContinue

  • Uncategorized

    Building QEMU

    Bytom@khubla.com December 13, 2015

    In general, I install QEMU on my Macbook using MacPorts.  However I recently had a need to get the tip of the QEMU development tree. Getting the QEMU source tree is trivial: git clone git://git.qemu-project.org/qemu.git I needed an updated version of dtc: git submodule update –init dtc The build instructions from the README are: mkdir…

    Read More Building QEMUContinue

  • Java

    MusicBrainzTagger

    Bytom@khubla.com March 15, 2015

    I’ve tried a couple different mp3 taggers to tag my mp3 library, however, most seem to have trouble with large mp3 libraries.  So, after doing some reading about AcoustID and MusicBrainz I decided to quickly code up my own tagger, MusicBrainzTagger. MusicBrainzTagger is a command-line application which recurses a directory of mp3 files and tags…

    Read More MusicBrainzTaggerContinue

  • FreeBSD

    FreeBSD-10.1 Soekris r276913

    Bytom@khubla.com January 10, 2015

    There is a new build of FreeBSD 10.1 for Soekris here.   The source tree revision is r276913.  

    Read More FreeBSD-10.1 Soekris r276913Continue

  • FreeBSD

    Bare Metal coding on FreeBSD

    Bytom@khubla.com November 15, 2014

    I recently got interested in the technical details of how ARM OS’s work, so I decided to try my hand at writing a simple one.  This blog post is not about the OS itself, but about setting up the development environment. In my case, I’m developing in a terminal session, on FreeBSD 10 on an…

    Read More Bare Metal coding on FreeBSDContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 … 9 Next PageNext

© 2026 khubla.com - WordPress Theme by Kadence WP

  • BSD
  • CP/M Sources
  • Hobbies
  • Open source
  • Vax