summaryrefslogtreecommitdiff
path: root/src/user/app/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/app/main.c')
-rw-r--r--src/user/app/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/app/main.c b/src/user/app/main.c
index ff47d4e..92aa56c 100644
--- a/src/user/app/main.c
+++ b/src/user/app/main.c
@@ -16,6 +16,7 @@ void read_file(const char *path, size_t len);
__attribute__((section(".text.startup")))
int main(void) {
+ _syscall(1, 2, 3, 4, 5);
// allocate bss
_syscall_memflag(&_bss_start, &_bss_end - &_bss_start, MEMFLAG_PRESENT);