From 7d277614740133406720befb4bdb1a279806859b Mon Sep 17 00:00:00 2001 From: risotto Date: Sun, 29 Dec 2024 03:44:55 -0700 Subject: [PATCH] init module --- main.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 main.go diff --git a/main.go b/main.go new file mode 100644 index 0000000..c4033db --- /dev/null +++ b/main.go @@ -0,0 +1,4 @@ +package thorax + +// main unikernel loop +// run all the various other go programs as go routines instead.