search for: 1c000000

Displaying 6 results from an estimated 6 matches for "1c000000".

Did you mean: 1000000
2015 Nov 18
0
[RFC] kvmtool: add support for modern virtio-pci
...un -k /boot/vmlinuz-3.10.0-324.el7.x86_64 -m 448 -c 4 --name seabios Changing serial settings was 0/0 now 3/0 SeaBIOS (version rel-1.9.0-7-g532b527) BUILD: gcc: (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4) binutils: version 2.23.52.0.1-55.el7 20130226 kvmtool: probed 448 MB RAM. Add to e820 map: 00000000 1c000000 1 malloc preinit Add to e820 map: 000a0000 00050000 -1 Add to e820 map: 000f0000 00010000 2 Add to e820 map: 1bfc0000 00040000 2 phys_alloc zone=0x000f78e8 size=14464 align=10 ret=1bfbc6f0 (detail=0x1bfbc6c0) Relocating init from 0x000f40a0 to 0x1bfbc6f0 (size 14464) malloc init init ivt init bda A...
2010 May 28
2
Asterisk 1.6.2.7 + app_fax + OpenBSD 4.7 minor issue
...l/bin/mailfax ${FAXFILE} ${EMAILADDR} "${CALLERID(num)} ${CALLERID(name)}") exten => s,n,Hangup [default] ; Test exten => 9995551212,1,Macro(receivefax,noah.p at bendtel.com) Libraries used: /usr/local/sbin/asterisk: Start End Type Open Ref GrpRef Name 1c000000 3c05b000 exe 1 0 0 /usr/local/sbin/asterisk 07c38000 27c45000 rlib 0 1 0 /usr/lib/libssl.so.15.1 02e6b000 22eab000 rlib 0 1 0 /usr/lib/libcrypto.so.18.0 04fb6000 24fba000 rlib 0 1 0 /usr/local/lib/libexecinfo.so.0.0 05fee000 2...
2009 Jan 02
6
internet registering through wine
I have installed a CAD/CAM program call eCabinets (its a free program for woodworking and cabinet shops). When it starts, its asks for its registration code which I have. It then tries to open the default internet connections to register but eventually times out. By the looks of things, it its acting like a firewall is blocking it. I do not have a wirewall installed yet. I am running Ubuntu 8.10
2002 Oct 24
1
crash report (PR#2207)
...(77880000 - 7790D000) (77C10000 - 77C6D000) (774E0000 - 77512000) (774C0000 - 774D1000) (77530000 - 77552000) (77360000 - 77379000) (777E0000 - 777E8000) (66210000 - 66219000) (50D50000 - 50D92000) (50D00000 - 50D15000) (50DF0000 - 50E10000) (50DB0000 - 50DD9000) (66220000 - 6622C000) (1C000000 - 1C006000) (777F0000 - 777F5000) (74FD0000 - 74FEF000) (75010000 - 75017000) (12EB0000 - 12EB8000) State Dump for Thread Id 0x51c eax=00000137 ebx=028342d4 ecx=00000006 edx=00000000 esi=025f916c edi=00000000 eip=0164a224 esp=0022f708 ebp=0022f720 iopl=0 nv up ei pl nz na pe nc cs=00...
2015 Nov 18
2
[RFC] kvmtool: add support for modern virtio-pci
This is a first go at adding support for the modern (based on the 1.0 virtio spec) virtio-pci implementation. kvmtool makes it simple to add additional transports such as this because of it's layering, so we are able to add it as a 3rd (after legacy virtio-pci and virtio-mmio) transport layer, and still allow users to choose to use either the legacy or the modern implementations (but setting
2015 Nov 18
2
[RFC] kvmtool: add support for modern virtio-pci
This is a first go at adding support for the modern (based on the 1.0 virtio spec) virtio-pci implementation. kvmtool makes it simple to add additional transports such as this because of it's layering, so we are able to add it as a 3rd (after legacy virtio-pci and virtio-mmio) transport layer, and still allow users to choose to use either the legacy or the modern implementations (but setting