Changeset 9ab9c2ec in mainline for boot


Ignore:
Timestamp:
2006-12-07T18:32:59Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f8ddd17
Parents:
9d8b8435
Message:

version bump to Xen 3.0.3 (not fully operational yet)

Location:
boot/arch/ia32xen
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia32xen/Makefile.inc

    r9d8b8435 r9ab9c2ec  
    4545ifeq ($(CONFIG_DEBUG),y)
    4646        cp arch/$(ARCH)/grub/menu.debug.lst arch/$(ARCH)/iso/boot/grub/menu.lst
    47         cp arch/$(ARCH)/grub/xen.debug.gz arch/$(ARCH)/iso/boot/xen.gz
     47        cp arch/$(ARCH)/grub/xen.debug.gz arch/$(ARCH)/iso/boot/
    4848else
    4949        cp arch/$(ARCH)/grub/menu.lst arch/$(ARCH)/iso/boot/grub/
  • boot/arch/ia32xen/grub/menu.debug.lst

    r9d8b8435 r9ab9c2ec  
    44title=HelenOS/ia32xen
    55root (cd)
    6 kernel /boot/xen.gz noreboot console=com1,vga com1=auto,8n1,0x3f8
     6kernel /boot/xen.debug.gz noreboot console=com1,vga com1=auto,8n1,0x3f8
    77module /boot/kernel.bin
    88module /boot/ns
Note: See TracChangeset for help on using the changeset viewer.