diff options
| author | Ada Christine <adachristine18@gmail.com> | 2024-03-03 08:44:42 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2024-03-03 08:44:42 +0000 |
| commit | f61da8be06fdfebc598cba783e78117319231140 (patch) | |
| tree | 0ef21f89e98a985ab5d985aaac1e032c868e8b81 /boot/main.c | |
| parent | 9681d6a6cbde12b00beab62683b8db98f680ba2b (diff) | |
build changes
Diffstat (limited to 'boot/main.c')
| -rw-r--r-- | boot/main.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/boot/main.c b/boot/main.c new file mode 100644 index 0000000..38c913f --- /dev/null +++ b/boot/main.c @@ -0,0 +1,9 @@ +#include "kjarna.h" + +int main(int argc, char **argv) +{ + (void)argc; + (void)argv; + return image_start(); +} + |
