arch: x86 -> x86_64 and build system changes
This commit is contained in:
committed by
Hannes Weisbach
parent
51982de36b
commit
43ecf06e83
9
arch/x86_64/kboot/data.S
Normal file
9
arch/x86_64/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