]> git.baikalelectronics.ru Git - kernel.git/commit
Header file to produce 16-bit code with gcc
authorH. Peter Anvin <hpa@zytor.com>
Wed, 11 Jul 2007 19:18:38 +0000 (12:18 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 12 Jul 2007 17:55:54 +0000 (10:55 -0700)
commita9e2604a2a01f5252c7b8a593691bbc6599001a8
tree497fa10d3eca17e9872b54adea55cf8ed6bf9baa
parent6bf27d366669ed817d051654bd841333dbc69fb6
Header file to produce 16-bit code with gcc

gcc for i386 can be used with the assembly prefix ".code16gcc" to generate
16-bit (real-mode) code.  This header file provides the assembly prefix.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/boot/code16gcc.h [new file with mode: 0644]