Last change
on this file since 26446 was 26446, checked in by vboxsync, 15 years ago |
more EFI OSE fixes
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
368 bytes
|
Line | |
---|
1 | /* $Id: VBoxMemLayout.h 26446 2010-02-11 17:02:44Z vboxsync $ */
|
---|
2 | /** @file
|
---|
3 | * VBoxMemLayou.h - Constants defining the memory layout. (Merge with DevEFI?)
|
---|
4 | */
|
---|
5 |
|
---|
6 | /*
|
---|
7 | * Copyright (C) 2009 Sun Microsystems, Inc.
|
---|
8 | *
|
---|
9 | * Sun Microsystems, Inc. confidential
|
---|
10 | * All rights reserved
|
---|
11 | */
|
---|
12 |
|
---|
13 | #ifndef ___VBoxMemLayout_h
|
---|
14 | #define ___VBoxMemLayout_h
|
---|
15 |
|
---|
16 | #define VBOXSEC_STACK_BASE (1*1024*1024)
|
---|
17 | #define VBOXSEC_STACK_SIZE (128*1024)
|
---|
18 |
|
---|
19 | #endif
|
---|
20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.