Ignore:
Timestamp:
2006-08-01T23:34:02Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
adf7f9c
Parents:
5b23a82
Message:

xen32: proper virtual traps, domU asynchronous console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/xen32/include/boot/boot.h

    r5b23a82 r7c5a8dd  
    4949
    5050#define mp_map ((pfn_t *) XEN_VIRT_START)
     51
     52#define SIF_PRIVILEGED  (1 << 0)  /**< Privileged domain */
     53#define SIF_INITDOMAIN  (1 << 1)  /**< Iinitial control domain */
    5154
    5255#include <arch/types.h>
     
    102105        pfn_t store_mfn;            /**< Shared page (machine page) */
    103106        evtchn_t store_evtchn;      /**< Event channel for store communication */
    104         void *console_mfn;          /**< Console page (machine address) */
     107        pfn_t console_mfn;          /**< Console page (machine page) */
    105108        evtchn_t console_evtchn;    /**< Event channel for console messages */
    106109        pte_t *ptl0;                /**< Boot PTL0 (kernel address) */
Note: See TracChangeset for help on using the changeset viewer.