Patch from HOSOKAWA Tatsumi to fix bug in the size of apm_current_gdt_pdesc

Submitted by:	HOSOKAWA Tatsumi
This commit is contained in:
dg 1994-10-02 18:57:15 +00:00
parent e361064e53
commit a7840d2aa8
3 changed files with 6 additions and 6 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.30 1994/10/01 02:56:01 davidg Exp $
* $Id: locore.s,v 1.31 1994/10/02 01:32:50 rgrimes Exp $
*/
/*
@ -135,7 +135,7 @@ _bdb_exists: .long 0
#ifdef APM
.globl _apm_current_gdt_pdesc /* current GDT pseudo desc. */
_apm_current_gdt_pdesc:
.byte 0, 0, 0
.word 0, 0, 0
.globl _bootstrap_gdt
_bootstrap_gdt:

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.30 1994/10/01 02:56:01 davidg Exp $
* $Id: locore.s,v 1.31 1994/10/02 01:32:50 rgrimes Exp $
*/
/*
@ -135,7 +135,7 @@ _bdb_exists: .long 0
#ifdef APM
.globl _apm_current_gdt_pdesc /* current GDT pseudo desc. */
_apm_current_gdt_pdesc:
.byte 0, 0, 0
.word 0, 0, 0
.globl _bootstrap_gdt
_bootstrap_gdt:

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.30 1994/10/01 02:56:01 davidg Exp $
* $Id: locore.s,v 1.31 1994/10/02 01:32:50 rgrimes Exp $
*/
/*
@ -135,7 +135,7 @@ _bdb_exists: .long 0
#ifdef APM
.globl _apm_current_gdt_pdesc /* current GDT pseudo desc. */
_apm_current_gdt_pdesc:
.byte 0, 0, 0
.word 0, 0, 0
.globl _bootstrap_gdt
_bootstrap_gdt: