36 lines
552 B
C
36 lines
552 B
C
/*++
|
|
|
|
Copyright (c) 1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
xxbiosc.c
|
|
|
|
Abstract:
|
|
|
|
This module implements the protect-mode routines necessary to make the
|
|
transition to real mode and return to protected mode.
|
|
|
|
Author:
|
|
|
|
John Vert (jvert) 29-Oct-1991
|
|
|
|
|
|
Environment:
|
|
|
|
Kernel mode only.
|
|
Probably a panic-stop, so we cannot use any system services.
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
|
|
//
|
|
// commented this file since real mode to protection switch
|
|
// requirement of 386 is not needed for ia64
|
|
//
|
|
|
|
// #include "..\..\halx86\i386\xxbiosc.c"
|