1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00
gopher-os/kernel/kmain.go
2017-03-23 07:10:01 +00:00

6 lines
113 B
Go

package kernel
// Kmain is invoked by the boot.go and implements the actual kernel entrypoint.
func Kmain() {
}