mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
6 lines
113 B
Go
6 lines
113 B
Go
package kernel
|
|
|
|
// Kmain is invoked by the boot.go and implements the actual kernel entrypoint.
|
|
func Kmain() {
|
|
}
|