Changeset aecf79f in mainline for kernel/arch/xen32/src/boot/boot.S


Ignore:
Timestamp:
2006-07-24T16:07:15Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c59dd1a2
Parents:
7b0599b
Message:

xen memory initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/xen32/src/boot/boot.S

    r7b0599b raecf79f  
    3535        .ascii  "GUEST_OS=HelenOS,"
    3636        .ascii  "XEN_VER=xen-3.0,"
    37         .ascii  "HYPERCALL_PAGE=0x0002,"
     37        .ascii  "HYPERCALL_PAGE=0x0000,"
    3838        .ascii  "LOADER=generic,"
    3939        .ascii  "PT_MODE_WRITABLE"
     
    6161        hlt
    6262
     63.section K_TEXT_START, "aw", @progbits
    6364.global hypercall_page
    64 
    65 .org (0x0002 * PAGE_SIZE)
     65.org 0
    6666hypercall_page:
    6767        .space PAGE_SIZE
Note: See TracChangeset for help on using the changeset viewer.