source: bootcd/isolinux/syslinux-6.03/core/codepage.S @ e16e8f2

Last change on this file since e16e8f2 was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 102 bytes
Line 
1        .section ".rodata","a"
2        .globl  codepage
3codepage:
4        .incbin "codepage.cp"
5        .size   codepage, .-codepage
Note: See TracBrowser for help on using the repository browser.