1
0
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:
Achilleas Anagnostopoulos 2017-03-30 07:34:00 +01:00
parent 04c3987219
commit 80f7980e74
4 changed files with 1 additions and 1 deletions

0
kernel/hal/hal.go Normal file
View File

View File

@ -3,7 +3,7 @@ package kernel
import (
_ "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