Skip to content
Snippets Groups Projects
bootfs.S 87 B
Newer Older
  • Learn to ignore specific revisions
  • .pushsection .data
    .global bootfs_start
    bootfs_start:
    .incbin "bootfs.bin"
    .popsection