ia64/xen-unstable
changeset 9149:0161a721bad5
Fix boot-memory layout description.
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Mon Mar 06 15:02:26 2006 +0100 (2006-03-06) |
parents | 8ed131452f27 |
children | 9de50910defd |
files | xen/include/public/xen.h |
line diff
1.1 --- a/xen/include/public/xen.h Mon Mar 06 12:06:55 2006 +0100 1.2 +++ b/xen/include/public/xen.h Mon Mar 06 15:02:26 2006 +0100 1.3 @@ -380,8 +380,8 @@ typedef struct shared_info { 1.4 * a. relocated kernel image 1.5 * b. initial ram disk [mod_start, mod_len] 1.6 * c. list of allocated page frames [mfn_list, nr_pages] 1.7 - * d. bootstrap page tables [pt_base, CR3 (x86)] 1.8 - * e. start_info_t structure [register ESI (x86)] 1.9 + * d. start_info_t structure [register ESI (x86)] 1.10 + * e. bootstrap page tables [pt_base, CR3 (x86)] 1.11 * f. bootstrap stack [register ESP (x86)] 1.12 * 5. Bootstrap elements are packed together, but each is 4kB-aligned. 1.13 * 6. The initial ram disk may be omitted.