about summary refs log tree commit diff stats
path: root/syslinux.cfg
Commit message (Expand)AuthorAgeFilesLines
* 5502 - package up into a bootable disk imageKartik Agaram2019-08-091-0/+6
<vc@akkartik.com> 2019-07-22 23:54:06 -0700 5457' href='/akkartik/mu/commit/subx/diff_ntranslate?h=main&id=9a12e453763c59df31a00ea61c0066b5ec1217e5'>9a12e453 ^
372ec293 ^



1
2
3
4
5
6
7

                  
      



                                       
#!/usr/bin/env zsh

set -e
subx translate $* -o a0.elf
xxd a0.elf > a0.xxd
./ntranslate $*  # into a.elf and a.xxd
diff a0.xxd a.xxd