mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
Define kernel entry-points in Go
This commit is contained in:
5
kernel/kmain.go
Normal file
5
kernel/kmain.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package kernel
|
||||
|
||||
// Kmain is invoked by the boot.go and implements the actual kernel entrypoint.
|
||||
func Kmain() {
|
||||
}
|
||||
Reference in New Issue
Block a user