mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
Initial commit
This commit is contained in:
25
loader/kernel.S
Normal file
25
loader/kernel.S
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
/* This file defines kernel symbols extracted from the kernel image in their physical address */
|
||||
.include "start.axf.S"
|
||||
|
||||
.section .kernel
|
||||
|
||||
.incbin "start.axf"
|
||||
.align 4
|
||||
.section .mm0
|
||||
|
||||
.incbin "mm0.axf"
|
||||
.align 4
|
||||
.section .bootdesc
|
||||
|
||||
.incbin "bootdesc.axf"
|
||||
|
||||
.section .fs0
|
||||
|
||||
.incbin "fs0.axf"
|
||||
.align 4
|
||||
|
||||
.section .test0
|
||||
|
||||
.incbin "test0.axf"
|
||||
.align 4
|
||||
Reference in New Issue
Block a user