Search found 6 matches

by Goplat
Wed Jun 24, 2009 7:29 pm
Forum: Support
Topic: Question about CMD.EXE implementation
Replies: 19
Views: 23228

Re: Question about CMD.EXE implementation

To my knowledge, the latest REACTOS 0.39 command interpreter is lock-step compatible with a limitation of XP: In Windows 95/98/98SE/ME, COMMAND.EXE allows DIR command output to have the short-name version of a filename on the left and the long-form on the right. To show both short and long filename...
by Goplat
Sun Jun 21, 2009 2:27 am
Forum: General Discussion and Feedback
Topic: Making Python official user's language interacting with ROS.
Replies: 14
Views: 7561

Re: Making Python official user's language interacting with ROS.

From what I know about PowerShell, it's deeply tied to .NET. I really don't see a .NET clone being added to ReactOS, and it would not be worth it to do so IMO. (The Windows version of Mono is 75MB; that's over twice as large as our 0.3.9 release was!)
by Goplat
Sun Jul 06, 2008 10:53 pm
Forum: General Discussion and Feedback
Topic: QEMU -hdb fat:[folder]
Replies: 2
Views: 6095

Re: QEMU -hdb fat:[folder]

qemu 0.9.1 generates invalid FAT images - the size of the partition given in the MBR is smaller than the size given in the partition's boot sector. This was the commit that broke it These problems have annoyed me too, so I compiled 0.9.1 using the old version of block-vvfat.c, and with the backslash...
by Goplat
Mon Apr 28, 2008 6:03 pm
Forum: General Discussion and Feedback
Topic: Why ReactX?
Replies: 17
Views: 21322

Re: Why ReactX?

Hi developers! Why are you working on ReactX? On every good game cd is a directX installer. It should be possible to install Microsofts DirectX. Possible, maybe. Legal, no. NOTE: IF YOU DO NOT HAVE A VALIDLY LICENSED COPY OF ANY VERSION OR EDITION OF MICROSOFT WINDOWS XP MEDIA CENTER EDITION, MICRO...
by Goplat
Thu Apr 24, 2008 5:20 pm
Forum: General Discussion and Feedback
Topic: Install A Solid State Drive In Your Notebook and ReactOS?
Replies: 4
Views: 3190

The one mentioned in the article is SATA, actually.
by Goplat
Wed Apr 23, 2008 4:39 am
Forum: Support
Topic: csrss.exe and ROS GUI
Replies: 10
Views: 8846

Since consoles are just text, the overhead of message passing to another process isn't a big issue. If you are seeing high CPU usage in DOS programs, that's to be expected unfortunately, and it has nothing to do with csrss. Most DOS programs were written under the assumption that they would be the o...