Kernel runs in the higher address space
This commit is contained in:
9
kboot/data.S
Normal file
9
kboot/data.S
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef KIMAGE
|
||||
#error "No kernel image is specified"
|
||||
#endif
|
||||
|
||||
.data
|
||||
.globl data_start
|
||||
data_start:
|
||||
.incbin KIMAGE
|
||||
|
||||
Reference in New Issue
Block a user