similar to: Framebuffer (was Xen port of ReactOS)

Displaying 20 results from an estimated 1000 matches similar to: "Framebuffer (was Xen port of ReactOS)"

2005 Feb 11
7
fdisk hard drive image
Hello list, Currently, i use a partition image to run my XenU (/dev/hda2) and "fdisk -l" return nothing and can''t open /dev/hda . I want to use a full hard drive image (not partition image) from my Xen0 as hda in my XenU. I want to be able to run fdisk on hda in my XenU to list and regenerate partitions. I tried with this (/img is my hard drive image): disk =
2017 Mar 04
1
[PATCH] Update chain.c32 v. 6.04-pre1 for current Reactos
(snip) > > It's a bit more complex. At the time of writing, the data was perfect. > > https://git.reactos.org/?p=reactos.git;a=blob;f=reactos/boot/freeldr/freeldr/include/arch/pc/x86common.h;hb=28e58e6d01892c1f2f0e1d323745e6463cb9e6c9 > dated 2011-06-14 > >
2005 Feb 08
3
hardware-watchdog driver problems in linux 2.6.10-xen0
Hi! I''m trying to run w83627hf_wdt.ko watchdog driver in domain 0 (xenlinux 2.6.10-xen0), but the driver doesn''t seem to work (the machine reboots all the time after the watchdog-timeout set in BIOS). Is there something that could prevent the driver from accessing the watchdog-hardware (io-ports/registers) ? The watchdog-driver is very simple, and you can find it in
2015 Jun 11
1
Problems with booting ReactOS over network using pxelinux
Hello syslinux mailing list users, I've initially filed a bug about my problem [1], but people from irc channel suggested to ask for help here. I have a PXE server based on syslinux 4.05 that distributes ReactOS to client machines over network. It has a pretty simple pxelinux.cfg/default, with the following contents (that were suggested by ReactOS wiki [2]): DEFAULT chain.c32 APPEND
2017 Feb 20
3
[PATCH] Correct chain.c32 v. 6.04-pre1 for Reactos
Correct the "seg=" value(s) corresponding to the "reactos=" option for chain.c32. The correct segment parameter should be "seg=0x0F80", instead of the incorrect / failing ones "seg=0:0x8000:0x8100". References: https://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/notes.txt?revision=73859&view=markup&pathrev=73859#l24
2005 Mar 03
14
Serious performance issues
Hi. I have a Shuttle box with an AMD Athlon XP 2200+ and 1GB of RAM. I''m normally running it with Debian sarge/sid and kernel 2.6.10-1-k7, as built by Debian. I want to use Xen on it. I built a xen0 kernel which is as close to the Debian kernel as I can (no power management, no HPET timers, broken ISA drivers disabled), disabled /lib/tls, and booted with the new kernel. Everything works.
2005 Feb 23
2
PSE in guests
Looking at the 2.0 code, it looks like the guest OSs are made to believe that PSE is not available. Is this a design choice? Has any work been done on supporting 4M pages in guest kernels? Regards, K. Y ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover
2014 Dec 08
2
ReactOS
> On 2014-12-07, at 14:57, jay at m5.chicago.il.us wrote: > > >> >> If you want a stand alone Wine, you are looking at React OS, >> which is awful .... >> > > I have noticed that also. Does anyone here know anything about the > ReactOS project? Is it ever going to be a respectable free non-Unix > operating system, like Haiku or Plan 9? Yes. To
2005 Mar 08
29
Interrupt levels
I''m tracking performance on the machine I installed yesterday. mutt running on one Xen instance, accessing via imap to another instance, accessing via nfs the maildir in another instances, seems little laggy when moving up and down the message index list. Network latency seems low < 30ms on average. So I was tracking vmstat. On the mutt instances is seems reasonable: [nic@shell:~]
2015 Feb 13
2
[PATCH] inspector: add ReactOS systemroot
After adding /reactos as windows systemroot, virt-inspector identified OS as windows with product name ReactOS. Fixes RHBZ#709326. Related bug RHBZ#709327 seems to be already fixed in ReactOS 0.4. Maros Zatko (1): inspector: add /reactos as systemroot src/inspect-fs-windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.3
2005 Mar 02
24
unstable binaries
Hi *, i am coming from UML, and now i evaluate Xen on my desktop: Xen-2.0.4 linux-2.6.10 "CONFIG_MODULES is not set" "CONFIG_AGP is not set" "CONFIG_FB_RADEON=y" FC3, [/usr]/lib/tls moved away It works, but some desktop applications crash once in a while within dom0: metacity-2.8.6 firefox-1.0.1 wnck-applet (from gnome-panel-2.8.1) But
2005 May 22
4
Problem upgrading xen-unstable
I''ve been working on a xen-unstable tree from mid-April. I wanted to upgrade to the latest version, so here is what I did: - Clone a fresh copy of xeno-unstable.bk (1.1507) - "make world" - Change the .config of linux-2.6.11-xen0 to include my ethernet card (CONFIG_FORCEDETH=y) - Add localversion files to linux-2.6.11-xen0 and linux-2.6.11-xenU - rm -rf the existing dist
2001 May 06
7
WINE for Reactos
Hi Everyone, For those of you who don't know, Reactos (www.reactos.com) is an open source (GPL) attempt to write an NT compatible operating system. By the end of the year the kernel should be developed enough to support a GUI. My first thought was to grab the xfree86 source code and use the bitmaps, etc. from there and program my own USER32.DLL. However, if WINE can be altered to run on
2008 Oct 13
3
ReactOS is Dead?!!
today the reactos web site is down http://www.reactos.org/en/index.html what's happened? it's really dead? [Crying or Very sad] [Crying or Very sad]
2005 Mar 20
4
I/O descriptor ring size bottleneck?
Hi everyone, I''m doing some networking experiments over high BDP topologies. Right now the configuration is quite simple -- two Xen boxes connected via a dummynet router. The dummynet router is set to limit bandwidth to 500Mbps and simulate an RTT of 80ms. I''m using the following sysctl values: net.ipv4.tcp_rmem = 4096 87380 4194304 net.ipv4.tcp_wmem = 4096
2005 Feb 09
1
RE: [PATCH 2/2] netfront skb padding
> It appears that when alloc''ing a skb, it is bring padded by > an arbitrarily > (and excessive) long value. The value for this padding > really only needs to > be 24. 24 = 14 for the ethernet header + 2 for the cache > alignment + 4 for > the CRC + 4 for the VLAN flags. Given that we''re allocating page sized buffers the current situation
2005 Mar 03
2
X problem (radeon/intel-agp) on unstable
Hi, since 2.0.4 didn''t work with my notebook (see ''[Xen-devel] "general protection faults" in dom0 when loading intel-agp module'') I tried xen-testing. Now I''m on xen-unstable but I still get the following problem. X loads but doesn''t display anything more than the X cursor. The rootwindow looks kind of strange. Please see
2005 Nov 02
1
Something like Mauve for Wine/ReactOS?
I have read just the comment from Mark Wielaard, the leader of GNU Classpath: http://gnu.wildebeest.org/diary/index.php?p=129 And after that I have a question, if somethinl like Mauve exists also for WINE/ReactOS? GNU Classpath is a OpenSource-Version of the Java Standard Edition Classes. And Mauve are testclasses, which test, that the OpenSource JVMs with GNU Classpath are still working
2005 Mar 17
3
ntpdate issues?
Hi, I''m trying to run ntpdate from domain zero and getting weird results. This used to work (prior to using xen). Is this related to xen at all or an entirely unrelated issue? Queries seem to work: # ntpdate -q time-b.nist.gov Looking for host time-b.nist.gov and service ntp host found : time-b.nist.gov server 129.6.15.29, stratum 1, offset 41.820087, delay 0.17027 17
2005 Mar 18
2
Trouble getting a DHCP address when booting.
Hi. I spawned a thread last week about the failure of bridged networking and I have gotten a little further. Turns out that I _do_ have network connectivity from inside the domains, but I cannot get the network to come up when I boot. I have to login and start up the network manually. E.g. after installing Debian Sarge according to the debootstrap method outlined in the users manual, I created a