Skip to content
Snippets Groups Projects
bootfs.S 87 B
.pushsection .data
.global bootfs_start
bootfs_start:
.incbin "bootfs.bin"
.popsection