kernels: add slider

This commit is contained in:
Zihao Yu 2020-09-28 13:43:20 +08:00
parent 2466656eea
commit 11a4fe4ceb
6 changed files with 1845 additions and 0 deletions

7
kernels/slider/image.S Normal file
View file

@ -0,0 +1,7 @@
.section .data
.global image, image_end
.p2align 3
image:
.incbin "images/projectn.bin"
.incbin "images/litenes.bin"
image_end: