about summary refs log tree commit diff stats
path: root/subx/012elf.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-21 10:06:17 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-21 10:06:17 -0700
commit8998908e63c1231ac8b83232623ab8c6d77fe9d1 (patch)
tree5e29cc09207b1b6369738244c7c413add13d7c08 /subx/012elf.cc
parent0b58cf9b158874f320bb7d5707dc7758ad88dea8 (diff)
downloadmu-8998908e63c1231ac8b83232623ab8c6d77fe9d1.tar.gz
4565
Diffstat (limited to 'subx/012elf.cc')
-rw-r--r--subx/012elf.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/subx/012elf.cc b/subx/012elf.cc
index 3042b6b6..787d914c 100644
--- a/subx/012elf.cc
+++ b/subx/012elf.cc
@@ -1,5 +1,6 @@
-// Helper for debugging and testing.
-// Based on https://github.com/kragen/stoneknifeforth/blob/702d2ebe1b/386.c
+//: Generating ELF binaries for SubX programs.
+//: This will allow us to run them natively on a Linux kernel.
+//: Based on https://github.com/kragen/stoneknifeforth/blob/702d2ebe1b/386.c
 
 :(before "End Main")
 assert(argc > 1);