patch-2.1.23 linux/arch/i386/kernel/trampoline32.S
Next file: linux/arch/i386/kernel/traps.c
Previous file: linux/arch/i386/kernel/trampoline.S
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Thu Jan 1 02:00:00 1970
- Orig file:
v2.1.22/linux/arch/i386/kernel/trampoline32.S
- Orig date:
Mon Oct 30 10:30:17 1995
diff -u --recursive --new-file v2.1.22/linux/arch/i386/kernel/trampoline32.S linux/arch/i386/kernel/trampoline32.S
@@ -1,20 +0,0 @@
-!
-! 32bit side of the trampoline code
-!
-#define __ASSEMBLY__
-#include <asm/segment.h>
-!
-!
-! Anything but a relative address here will be wrong by 8K...
-!
- .globl startup32
-.text
-startup32:
-! Run the kernel
- mov eax,#KERNEL_DS
- mov ds,ax
- mov eax,#0xA5A5A5A5
- mov [8192],eax
- jmpi 0x100000,KERNEL_CS
-l1:
- .byte 0xEA,0x00,0x00,0x10,0x00,0x10,0x00
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov