diff options
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 |