openblt

a hobby OS from the late 90s
git clone http://frotz.net/git/openblt.git
Log | Files | Refs | LICENSE

go (100B)


      1 #!/bin/zsh
      2 cat netrom.bin netboot.bin > test.bin
      3 ./makerom test.bin test.hex
      4 cp test.hex /dev/cua0
      5