prepare boot v2

This commit is contained in:
Mikaël Cluseau
2022-02-04 19:59:42 +01:00
parent a794bb3887
commit 8e86579004
18 changed files with 383 additions and 158 deletions

5
boot-v2.go Normal file
View File

@ -0,0 +1,5 @@
package main
func bootV2() {
fatal("boot v2 not finished")
}