summaryrefslogtreecommitdiff
path: root/documentation/kernel-interfaces/app-entry.txt
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-interfaces/app-entry.txt')
-rw-r--r--documentation/kernel-interfaces/app-entry.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/documentation/kernel-interfaces/app-entry.txt b/documentation/kernel-interfaces/app-entry.txt
deleted file mode 100644
index 1a09d22..0000000
--- a/documentation/kernel-interfaces/app-entry.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-on entry, the stack is set up, and all registers other than rsp are set to 0.
-the ARGC environment variable holds the number of arguments to main.
-the ARGV0, ARGV1, ARGV2, etc environment variables hold those arguments.