mirror of
https://github.com/drasko/codezero.git
synced 2026-02-15 19:33:14 +01:00
Initial commit
This commit is contained in:
7
tasks/blkdev0/fsbin/incbin.S
Normal file
7
tasks/blkdev0/fsbin/incbin.S
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
/* This is used to place a binary file into an elf section */
|
||||
.section .data.fs
|
||||
|
||||
.incbin "fsbin/romfs.bin"
|
||||
.align 4
|
||||
Reference in New Issue
Block a user