patch-2.4.4 linux/arch/i386/boot/setup.S
Next file: linux/arch/i386/config.in
Previous file: linux/arch/i386/Makefile
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Wed Apr 11 18:50:25 2001
- Orig file:
v2.4.3/linux/arch/i386/boot/setup.S
- Orig date:
Sat Jan 27 10:51:35 2001
diff -u --recursive --new-file v2.4.3/linux/arch/i386/boot/setup.S linux/arch/i386/boot/setup.S
@@ -18,7 +18,7 @@
* March 1993/June 1994 (Christoph.Niemann@linux.org)
*
* add APM BIOS checking by Stephen Rothwell, May 1994
- * (Stephen.Rothwell@canb.auug.org.au)
+ * (sfr@canb.auug.org.au)
*
* High load stuff, initrd support and position independency
* by Hans Lermen & Werner Almesberger, February 1996
@@ -81,14 +81,9 @@
type_of_loader: .byte 0 # = 0, old one (LILO, Loadlin,
# Bootlin, SYSLX, bootsect...)
- # Else it is set by the loader:
- # 0xTV: T=0 for LILO
- # T=1 for Loadlin
- # T=2 for bootsect-loader
- # T=3 for SYSLX
- # T=4 for ETHERBOOT
- # V = version
-
+ # See Documentation/i386/boot.txt for
+ # assigned ids
+
# flags, unused bits must be zero (RFU) bit within loadflags
loadflags:
LOADED_HIGH = 1 # If set, the kernel is loaded high
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)