diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-03 08:35:20 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-03 08:35:20 +0000 |
commit | ce02b0b90121c00ebad67e12fe965e29208ef68f (patch) | |
tree | f643b17dd4f86e2100053cebc169e1c440b1d596 /MdePkg/Library/PeiServicesTablePointerLibIdt | |
parent | 4ba967e79af4c240f2e3adeb19f187e964e1f2fd (diff) | |
download | edk2-platforms-ce02b0b90121c00ebad67e12fe965e29208ef68f.tar.xz |
Add more file comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5797 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiServicesTablePointerLibIdt')
-rw-r--r-- | MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c b/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c index a1959e121d..e38db636e8 100644 --- a/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c +++ b/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c @@ -1,6 +1,9 @@ /** @file
PEI Services Table Pointer Library for IA-32 and X64.
+ According to PI specification, the peiservice pointer is stored prior at IDT
+ table in IA32 and x64 architecture.
+
Copyright (c) 2006 - 2007, Intel Corporation.<BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
|