summaryrefslogtreecommitdiff
path: root/initcode.S
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2016-08-11 15:41:53 -0400
committerRobert Morris <[email protected]>2016-08-11 15:41:53 -0400
commit9c65b32d9e8d84372e193ae2516b46d504d38263 (patch)
tree64f7f8d8e9b8e78b3fe722b78e00306beef76e73 /initcode.S
parentc779cc2be1ad47461bd48f386d8f8a5b58a85f42 (diff)
downloadxv6-labs-9c65b32d9e8d84372e193ae2516b46d504d38263.tar.gz
xv6-labs-9c65b32d9e8d84372e193ae2516b46d504d38263.tar.bz2
xv6-labs-9c65b32d9e8d84372e193ae2516b46d504d38263.zip
nothing much
Diffstat (limited to 'initcode.S')
-rw-r--r--initcode.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/initcode.S b/initcode.S
index 109341a..80ac5d8 100644
--- a/initcode.S
+++ b/initcode.S
@@ -1,4 +1,5 @@
# Initial process execs /init.
+# This code runs in user space.
#include "syscall.h"
#include "traps.h"