Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/*++
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"
|