- moved the int86 code out of the 2nd stage boot loader code, and into a
[bootcensus] / src / test / ausamples.s
1         .data
2         .global snd_click
3         .global snd_click_size
4 snd_click:
5         .incbin "click-s8_mono.pcm"
6 snd_click_size: .long . - snd_click