syslinux_boot_linux(): revert to text mode unless vga=current
[syslinux/sherbszt.git] / memdump / code16.h
blobca76565152182bdff31c5a264d1a940d52c4d5fb
1 /* Must be included first of all */
2 #ifdef __ASSEMBLY__
3 .code16
4 #else
5 __asm__ (".code16gcc");
6 #endif