summaryrefslogtreecommitdiff
path: root/elf.h
diff options
context:
space:
mode:
authorrtm <rtm>2006-08-29 19:06:37 +0000
committerrtm <rtm>2006-08-29 19:06:37 +0000
commitdfcc5b997ce9c313b9ac0e7d8da39c4416b472a8 (patch)
tree2d6c4e47bad6cfe7436896068a5872ace545a974 /elf.h
parentd7ce6545e7179e9a4b950838c354b485e3f3fdb8 (diff)
downloadxv6-labs-dfcc5b997ce9c313b9ac0e7d8da39c4416b472a8.tar.gz
xv6-labs-dfcc5b997ce9c313b9ac0e7d8da39c4416b472a8.tar.bz2
xv6-labs-dfcc5b997ce9c313b9ac0e7d8da39c4416b472a8.zip
prune unneeded panics and debug output
Diffstat (limited to 'elf.h')
-rw-r--r--elf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/elf.h b/elf.h
index 8eb4074..e53051d 100644
--- a/elf.h
+++ b/elf.h
@@ -1,3 +1,8 @@
+//
+// format of an ELF executable file
+// from JOS
+//
+
#define ELF_MAGIC 0x464C457FU /* "\x7FELF" in little endian */
struct elfhdr {