Compare commits

...

2 commits

Author SHA1 Message Date
7d27761474 init module 2024-12-29 03:44:55 -07:00
bdd6c7bf7c init module 2024-12-29 03:27:53 -07:00
2 changed files with 7 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module git.bivouac.wiki/misc/thorax
go 1.22.5

4
main.go Normal file
View file

@ -0,0 +1,4 @@
package thorax
// main unikernel loop
// run all the various other go programs as go routines instead.