diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-16 20:52:41 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-16 20:52:41 -0800 |
commit | 011a634cc6a114088e9f7f1208147f3f59fec853 (patch) | |
tree | eace702530b7a8491793d94b8f370f622ff40d5d /subx | |
parent | 50a6c04860b500602a96b8484d78b7bdf6c1d5d1 (diff) | |
download | mu-011a634cc6a114088e9f7f1208147f3f59fec853.tar.gz |
4868
Diffstat (limited to 'subx')
-rw-r--r-- | subx/012elf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/012elf.cc b/subx/012elf.cc index 2ab469e0..5f57f163 100644 --- a/subx/012elf.cc +++ b/subx/012elf.cc @@ -1,4 +1,4 @@ -//: Generating ELF binaries for SubX programs. +//: Loading SubX programs from ELF binaries. //: This will allow us to run them natively on a Linux kernel. //: Based on https://github.com/kragen/stoneknifeforth/blob/702d2ebe1b/386.c |