kernels: add slider
This commit is contained in:
parent
2466656eea
commit
11a4fe4ceb
6 changed files with 1845 additions and 0 deletions
7
kernels/slider/image.S
Normal file
7
kernels/slider/image.S
Normal file
|
@ -0,0 +1,7 @@
|
|||
.section .data
|
||||
.global image, image_end
|
||||
.p2align 3
|
||||
image:
|
||||
.incbin "images/projectn.bin"
|
||||
.incbin "images/litenes.bin"
|
||||
image_end:
|
Loading…
Add table
Add a link
Reference in a new issue