initrd/boot-v2.go

6 lines
63 B
Go
Raw Normal View History

2022-02-04 18:59:42 +00:00
package main
func bootV2() {
fatal("boot v2 not finished")
}