mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
Move multiboot package under the hal package
This commit is contained in:
parent
04c3987219
commit
80f7980e74
0
kernel/hal/hal.go
Normal file
0
kernel/hal/hal.go
Normal file
@ -3,7 +3,7 @@ package kernel
|
|||||||
import (
|
import (
|
||||||
_ "unsafe" // required for go:linkname
|
_ "unsafe" // required for go:linkname
|
||||||
|
|
||||||
"github.com/achilleasa/gopher-os/kernel/multiboot"
|
"github.com/achilleasa/gopher-os/kernel/hal/multiboot"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Kmain is the only Go symbol that is visible (exported) from the rt0 initialization
|
// Kmain is the only Go symbol that is visible (exported) from the rt0 initialization
|
||||||
|
Loading…
x
Reference in New Issue
Block a user