dma and demo kernels
This commit is contained in:
7
kernel/tohost.S
Normal file
7
kernel/tohost.S
Normal file
@@ -0,0 +1,7 @@
|
||||
.section ".tohost","aw",@progbits
|
||||
.align 6
|
||||
.globl tohost
|
||||
tohost: .dword 0
|
||||
.align 6
|
||||
.globl fromhost
|
||||
fromhost: .dword 0
|
||||
Reference in New Issue
Block a user