aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorMarvin Borner2020-07-30 16:15:39 +0200
committerMarvin Borner2020-07-30 16:15:54 +0200
commit46fb7dcf479ac85361d8eaae5af3ea27a6b93a2d (patch)
treeb71cc5056914c6709cef18022e8da9b243323998 /src/main.c
parentf092bf03baf3b2c13c9dc462bdc697caddccd347 (diff)
Something something with elfs and witches
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 665a11f..283d937 100644
--- a/src/main.c
+++ b/src/main.c
@@ -42,7 +42,7 @@ void main(struct mem_info *mem_info, struct vid_info *vid_info)
gui_init(FONT_PATH);
gui_term_write("Wake up, " USERNAME "...\n");
- elf_load("/test.o");
+ elf_load("/test");
printf("loaded");
while (1) {