patch-2.4.0-test5 linux/arch/i386/boot/setup.S
Next file: linux/arch/i386/defconfig
Previous file: linux/arch/i386/boot/bootsect.S
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Jul 18 22:00:33 2000
- Orig file:
v2.4.0-test4/linux/arch/i386/boot/setup.S
- Orig date:
Mon Jul 10 16:47:19 2000
diff -u --recursive --new-file v2.4.0-test4/linux/arch/i386/boot/setup.S linux/arch/i386/boot/setup.S
@@ -81,7 +81,7 @@
type_of_loader: .byte 0 # = 0, old one (LILO, Loadlin,
# Bootlin, SYSLX, bootsect...)
- # else it is set by the loader:
+ # Else it is set by the loader:
# 0xTV: T=0 for LILO
# T=1 for Loadlin
# T=2 for bootsect-loader
@@ -91,8 +91,8 @@
# flags, unused bits must be zero (RFU) bit within loadflags
loadflags:
-LOADED_HIGH = 1 # if set, the kernel is loaded high
-CAN_USE_HEAP = 0x80 # if set, the loader also has set
+LOADED_HIGH = 1 # If set, the kernel is loaded high
+CAN_USE_HEAP = 0x80 # If set, the loader also has set
# heap_end_ptr to tell how much
# space behind setup.S can be used for
# heap purposes.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)