search for: 0xc00000

Displaying 10 results from an estimated 10 matches for "0xc00000".

Did you mean: 0xc0000
2007 Jul 23
12
GRUB, zfs-root + Xen: Error 16: Inconsistent filesystem structure
...t filesystem structure GRUB uses fixed memory locations for MOS, DNODE, ZFS_SCRATCH... MOS is at memory location 0x100000. DNODE is at memory location 0x140000. ZFS_SCRATCH is at memory location 0x180000. Standard Solaris kernel /platform/i86pc/kernel/amd64/unix loads at 0x400000, 0x800000 and 0xC00000, and /platform/i86pc/amd64/boot_archive is loaded at 0xd5d000 - all after grub''s MOS / DNODE / ZFS_SCRATCH location. Xen hypervisor /boot/amd64/xen.gz is loaded at <0x100000:0x9c878:0x58788>. GRUB is able to read the first 128k of compressed data from the zfs root, decompresses t...
2007 Sep 28
5
ZFS Boot Won''t work with a straight or mirror zfsroot
...rm/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS loading ''platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS cpu: ''AuthenticAMD'' family 15 model 47 step 0 [BIOS accepted mixed-mode target setting!] [Multiboot-kluge, loadaddr=0xbffe38, text-and-data=0x161958, bss=0x0, entry=0xc00000] ''/platform/i86pc/kernel/amd64/unix -B zfs-bootfs=rootpool/21'' is loaded grub> boot Any idea what I am doing wrong? Thanks and regards Kugutsumen .... This is everything I did: # root is about 350 megs ... so it should fit nicely on our flash disk. # let''s make...
2013 Aug 11
2
Fixing nouveau for >4k PAGE_SIZE
...00644 --- a/drivers/gpu/drm/nouveau/core/engine/fifo/nv40.c +++ b/drivers/gpu/drm/nouveau/core/engine/fifo/nv40.c @@ -190,8 +190,8 @@ nv40_fifo_chan_ctor(struct nouveau_object *parent, if (size < sizeof(*args)) return -EINVAL; - ret = nouveau_fifo_channel_create(parent, engine, oclass, 0, 0xc00000, - 0x1000, args->pushbuf, + ret = nouveau_fifo_channel_create(parent, engine, oclass, 0, 0x800000, + 0x10000, args->pushbuf, (1ULL << NVDEV_ENGINE_DMAOBJ) | (1ULL << NVDEV_ENGINE_SW) | (1ULL << NVDEV_ENGINE_GR) | diff --git a/drivers/gpu/d...
2013 Aug 11
0
Fixing nouveau for >4k PAGE_SIZE
...uveau/core/engine/fifo/nv40.c > +++ b/drivers/gpu/drm/nouveau/core/engine/fifo/nv40.c > @@ -190,8 +190,8 @@ nv40_fifo_chan_ctor(struct nouveau_object *parent, > if (size < sizeof(*args)) > return -EINVAL; > > - ret = nouveau_fifo_channel_create(parent, engine, oclass, 0, 0xc00000, > - 0x1000, args->pushbuf, > + ret = nouveau_fifo_channel_create(parent, engine, oclass, 0, 0x800000, > + 0x10000, args->pushbuf, > (1ULL << NVDEV_ENGINE_DMAOBJ) | > (1ULL << NVDEV_ENGINE_SW) | > (1ULL << NVDEV_ENGINE_GR...
2013 Aug 29
0
Fixing nouveau for >4k PAGE_SIZE
.../nouveau/core/engine/fifo/nv40.c >> > @@ -190,8 +190,8 @@ nv40_fifo_chan_ctor(struct nouveau_object *parent, >> > if (size < sizeof(*args)) >> > return -EINVAL; >> > >> > - ret = nouveau_fifo_channel_create(parent, engine, oclass, 0, 0xc00000, >> > - 0x1000, args->pushbuf, >> > + ret = nouveau_fifo_channel_create(parent, engine, oclass, 0, 0x800000, >> > + 0x10000, args->pushbuf, >> >...
2009 Jul 19
11
pv_ops DomU boot problem using pvgrub, xen 3.4.1-rc7, debian 2.6.26 dom0
...A) mod_len: 4096 flags: 0x0 cmd_line: stack: 0x950860-0x970860 MM: Init _text: 0x0(VA) _etext: 0x617a4(VA) _erodata: 0x79000(VA) _edata: 0x81b00(VA) stack start: 0x950860(VA) _end: 0x990e68(VA) start_pfn: a21 max_pfn: 10000 Mapping memory range 0xc00000 - 0x10000000 setting 0x0-0x79000 readonly skipped 0x1000 MM: Initialise page allocator for a9b000(a9b000)-10000000(10000000) MM: done Demand map pfns at 10001000-2010001000. Heap resides at 2010002000-4010002000. Initialising timer interface Initialising console ... done. gnttab_table mapped at 0x1...
2013 Aug 11
2
Fixing nouveau for >4k PAGE_SIZE
...> > +++ b/drivers/gpu/drm/nouveau/core/engine/fifo/nv40.c > > @@ -190,8 +190,8 @@ nv40_fifo_chan_ctor(struct nouveau_object *parent, > > if (size < sizeof(*args)) > > return -EINVAL; > > > > - ret = nouveau_fifo_channel_create(parent, engine, oclass, 0, 0xc00000, > > - 0x1000, args->pushbuf, > > + ret = nouveau_fifo_channel_create(parent, engine, oclass, 0, 0x800000, > > + 0x10000, args->pushbuf, > > (1ULL << NVDEV_ENGINE_DMAOBJ) | > > (1ULL << NVDEV_ENGINE_SW) | > >...
2013 Aug 11
2
Fixing nouveau for >4k PAGE_SIZE
Op 11-08-13 07:36, Benjamin Herrenschmidt schreef: > On Sun, 2013-08-11 at 10:41 +1000, Benjamin Herrenschmidt wrote: >> Now, to do that, I need a better understanding of the various things >> in there since I'm not familiar with nouveau at all. What I think I've >> figured out is with a few questions, it would be awesome if you could >> answer them so I can have
2008 Aug 26
39
PV Grub Questions
I am using Xen 3.3 from source. My PV guest boots fine with the normal kernel and initrd options When I boot the guest with PV GRUB I only get: GNU GRUB version 0.97 (65536K lower / 0K upper memory) [ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible
2012 Apr 24
21
no console when using xl toolstack xen 4.1.2
...inbuilder: detail: xc_dom_pfn_to_ptr: domU mapping: pfn 0xaa3+0x9 at 0x7f18be1e0000 domainbuilder: detail: xc_dom_alloc_page : boot stack : 0xaac000 (pfn 0xaac) domainbuilder: detail: xc_dom_build_image : virt_alloc_end : 0xaad000 domainbuilder: detail: xc_dom_build_image : virt_pgtab_end : 0xc00000 domainbuilder: detail: xc_dom_boot_image: called domainbuilder: detail: arch_setup_bootearly: doing nothing domainbuilder: detail: xc_dom_compat_check: supported guest type: xen-3.0-x86_64 <= matches domainbuilder: detail: xc_dom_compat_check: supported guest type: xen-3.0-x86_32p domainbuilder:...