diff options
| author | spv420 <spv@spv.sh> | 2022-07-31 00:01:08 -0400 |
|---|---|---|
| committer | spv420 <spv@spv.sh> | 2022-07-31 00:01:08 -0400 |
| commit | ecfc3d061aedcaa08d165227909b6b1098cbebb5 (patch) | |
| tree | 06e1198119523a23283a266ed68e4f1cc5c202f3 /src/stage4/main.js | |
| parent | 30582c3535e1a41a0d385435c14a632bdc0a3715 (diff) | |
stage4
Diffstat (limited to 'src/stage4/main.js')
| -rw-r--r-- | src/stage4/main.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stage4/main.js b/src/stage4/main.js new file mode 100644 index 0000000..4947a77 --- /dev/null +++ b/src/stage4/main.js @@ -0,0 +1,6 @@ +function main() { + printf("landed in stage4\n"); + syslog(LOG_SYSLOG, "we out here in stage 4"); + + return 0; +}
\ No newline at end of file |
