mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
Move Kmain into its own package
This allows us to keep the error definition in the kernel package without causing circular import errors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package kernel
|
||||
package kmain
|
||||
|
||||
import (
|
||||
"github.com/achilleasa/gopher-os/kernel/hal"
|
||||
Reference in New Issue
Block a user