Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/lib C code now sets length of disk info ...
details: https://anonhg.NetBSD.org/src/rev/42fa81f1b14a
branches: trunk
changeset: 545778:42fa81f1b14a
user: dsl <dsl%NetBSD.org@localhost>
date: Wed Apr 16 12:45:10 2003 +0000
description:
C code now sets length of disk info structure
diffstat:
sys/arch/i386/stand/lib/bios_disk.S | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 948754179b19 -r 42fa81f1b14a sys/arch/i386/stand/lib/bios_disk.S
--- a/sys/arch/i386/stand/lib/bios_disk.S Wed Apr 16 12:43:45 2003 +0000
+++ b/sys/arch/i386/stand/lib/bios_disk.S Wed Apr 16 12:45:10 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bios_disk.S,v 1.12 2003/03/08 21:09:37 dsl Exp $ */
+/* $NetBSD: bios_disk.S,v 1.13 2003/04/16 12:45:10 dsl Exp $ */
/*
* Ported to boot 386BSD by Julian Elischer (julian%tfs.com@localhost) Sept 1992
@@ -320,7 +320,6 @@
movb 8(%ebp), %dl # device
movl 12(%ebp), %esi # parameter block
- movl $0x01a, (%esi) # length (v 1.x)
call _C_LABEL(prot_to_real) # enter real mode
.code16
Home |
Main Index |
Thread Index |
Old Index