OSDN Git Service

projects clean up 1
[pinoc/pinoc.git] / tryos / tryos_test / pinoc_x86 / test / PINoC / boot / head / realmode.h
diff --git a/tryos/tryos_test/pinoc_x86/test/PINoC/boot/head/realmode.h b/tryos/tryos_test/pinoc_x86/test/PINoC/boot/head/realmode.h
new file mode 100644 (file)
index 0000000..f6de7a3
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _REALMODE_H_
+#define _REALMODE_H_
+
+asm(".code16gcc");
+
+#endif