patch-1.3.4 linux/arch/i386/kernel/head.S
Next file: linux/arch/i386/kernel/process.c
Previous file: linux/arch/i386/kernel/entry.S
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Tue Jun 20 08:24:03 1995
- Orig file:
v1.3.3/linux/arch/i386/kernel/head.S
- Orig date:
Tue Jun 6 14:51:20 1995
diff -u --recursive --new-file v1.3.3/linux/arch/i386/kernel/head.S linux/arch/i386/kernel/head.S
@@ -14,7 +14,6 @@
.globl _empty_bad_page
.globl _empty_bad_page_table
.globl _empty_zero_page
-.globl _floppy_track_buffer
#define __ASSEMBLY__
#include <linux/tasks.h>
@@ -288,15 +287,7 @@
_empty_zero_page:
.org 0x6000
-/*
- * floppy_track_buffer is used to buffer one track of floppy data: it
- * has to be separate from the tmp_floppy area, as otherwise a single-
- * sector read/write can mess it up. It can contain one full cylinder (sic) of
- * data (36*2*512 bytes).
- */
-_floppy_track_buffer:
- .fill 512*2*MAX_BUFFER_SECTORS,1,0
-
+
stack_start:
.long _init_user_stack+4096
.long KERNEL_DS
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this