patch-1.3.1 linux/arch/i386/boot/setup.S
Next file: linux/drivers/char/Makefile
Previous file: linux/README
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Tue Jun 13 10:47:46 1995
- Orig file:
v1.3.0/linux/arch/i386/boot/setup.S
- Orig date:
Thu Jan 5 13:55:40 1995
diff -u --recursive --new-file v1.3.0/linux/arch/i386/boot/setup.S linux/arch/i386/boot/setup.S
@@ -175,6 +175,11 @@
int 0x10
mov [4],bx ! bh = display page
mov [6],ax ! al = video mode, ah = window width
+ xor ax,ax
+ mov es,ax ! Access low memory
+ seg es
+ mov ax,[0x485] ! POINTS - Height of character matrix
+ mov [16],ax
! Get hd0 data
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