Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-31 | x86 boot code comments typos | Randy Dunlap | |
Fix comments typos in new x86 boot code. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com> | |||
2007-07-12 | Header file to produce 16-bit code with gcc | H. Peter Anvin | |
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> |