Change many windows references to unix.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2186 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
bbahnsen
2007-01-07 19:31:19 +00:00
parent 6bb60d710b
commit 377fc2ae71
29 changed files with 62 additions and 62 deletions

View File

@@ -15,9 +15,9 @@ Module Name:
Abstract:
NT Emulation Timer Architectural Protocol Driver as defined in DXE CIS
UNIX Emulation Timer Architectural Protocol Driver as defined in DXE CIS
This Timer module uses an NT Thread to simulate the timer-tick driven
This Timer module uses an UNIX Thread to simulate the timer-tick driven
timer service. In the future, the Thread creation should possibly be
abstracted by the CPU architectural protocol

View File

@@ -15,8 +15,8 @@ Module Name:
Abstract:
NT Emulation Architectural Protocol Driver as defined in Tiano.
This Timer module uses an NT Thread to simulate the timer-tick driven
UNIX Emulation Architectural Protocol Driver as defined in Tiano.
This Timer module uses an UNIX Thread to simulate the timer-tick driven
timer service.
--*/