Ya, like I said. I'm talking about just explorer.exe, not the whole OS.
Just to make Linux/Wine/Gnome look like Windows. You got the idea.
But it doesn't work good enough.
Search found 32 matches
- Wed Jun 09, 2010 4:37 pm
- Forum: General Discussion and Feedback
- Topic: ReactOS on Wine
- Replies: 23
- Views: 11419
- Tue Jun 08, 2010 9:54 pm
- Forum: General Discussion and Feedback
- Topic: ReactOS on Wine
- Replies: 23
- Views: 11419
Re: ReactOS on Wine
Ok, here's the script I use to set it up: #!/bin/bash #check pre-requisites if [ ! -f /usr/bin/wine ]; then echo wine not installed! Run 'sudo apt-get install wine' exit 1 fi if [ ! -f ~/.wine/system.reg ]; then echo wine not configured! Run 'wine test' exit 1 fi echo Warning : About to install ROS ...
- Tue Jun 08, 2010 3:33 pm
- Forum: General Discussion and Feedback
- Topic: ReactOS on Wine
- Replies: 23
- Views: 11419
Re: ReactOS on Wine
I said run "explorer.exe", not the whole OS.
- Mon Jun 07, 2010 11:31 pm
- Forum: General Discussion and Feedback
- Topic: ReactOS on Wine
- Replies: 23
- Views: 11419
ReactOS on Wine
Has anyone tried to run ReactOS in Wine? I tried to run explorer.exe in Wine and it seems to work a little. The ReactOS desktop appears with the start menu and desktop icons. There are a few problems: - the start menu causes some unsupported fixme's in wine but it seems to work with the arrow keys. ...
- Thu Jan 10, 2008 5:09 pm
- Forum: General Discussion and Feedback
- Topic: MS patent on FAT a problem for ros?
- Replies: 91
- Views: 47242
Intel EFI includes FAT license
The Intel EFI spec includes an open source type license on FAT code which EFI uses.
Could also use this to work around MS patent.
Could also use this to work around MS patent.
- Mon Dec 10, 2007 4:07 pm
- Forum: General Discussion and Feedback
- Topic: Please help me!!!
- Replies: 8
- Views: 3511
memory
I've been having a lot of trouble installing too. I've noticed that it kept freezing right while copying shell32.dll (which is a big file) @ 54% complete and sometimes it would pass that but free memory would drop to 2%, and then soon after the next file the system would freeze (no red screens thoug...
- Sat Feb 17, 2007 7:10 pm
- Forum: General Discussion and Feedback
- Topic: 64 bit & >4GB RAM?
- Replies: 13
- Views: 7721
mingw and cygwin do not support 64bit at all currently. If you use the -m64 switch all you get is : sorry, unimplemented: 64-bit mode not compiled in Hopefully that 4.3 branch will be released soon that someone mentioned. Later Pentiums included an extended 36bit address line (someone already mentio...
- Mon Feb 05, 2007 6:03 pm
- Forum: General Discussion and Feedback
- Topic: February, no 0.3.1...
- Replies: 17
- Views: 8956
Another good file to check out is this: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/KrnlFun.c It's just a text file of the changes Alex has scheduled. For what ever reason you can't browse to it thru the SVN server, you have to know it's path. This file shows all the changes made to th...
- Fri Feb 02, 2007 4:55 pm
- Forum: General Discussion and Feedback
- Topic: February, no 0.3.1...
- Replies: 17
- Views: 8956
SVN ISOs
If you want, just download the SVN ISOs. The SVN server builds a complete ISO everytime a patch is commited. http://svn.reactos.org/iso?M=D The M=D will sort by date. If you watch the CIA website you can track the patches that are still being applied to the 0.3.1 version as we speak. http://cia.navi...
- Wed Jan 31, 2007 12:51 am
- Forum: Off Topic
- Topic: Vista features
- Replies: 41
- Views: 30117
back to the topic
Anyways, lets stay on topic.
Vista features you would like to see in ROS...
Vista features you would like to see in ROS...
- Thu Jan 25, 2007 4:31 pm
- Forum: Off Topic
- Topic: Vista features
- Replies: 41
- Views: 30117
Re: Vista features
And that is all Vista really is , Just "Eye Candy"..!! It's stupid what people will buy or do just to have the latest and coolest... Well, to be fair, there are a LOT of new technologies in Vista besides just eye-candy. Such as the disk resizing as I stated. A new backup system. And you can use a U...
- Thu Jan 25, 2007 4:22 pm
- Forum: Off Topic
- Topic: Vista features
- Replies: 41
- Views: 30117
Re: Vista features
I didn't buy it, it was a trial version that I downloaded from MS. I said that in my original post.jason.b.c wrote: Then why did you buy it..? If that was all you were going to do with it... How stupid..!
But would I buy it? Only if buying a new PC/laptop and was forced to.
- Thu Jan 25, 2007 5:14 am
- Forum: Off Topic
- Topic: Vista features
- Replies: 41
- Views: 30117
Vista features
Well, Vista is officially released today. I've been running a trial version for a while and think there are some improvements that I hope make their way into ROS someday. Such as.... 1) The Desktop is treated as an App and shows on the ALT+TAB list. 2) Resize any partition in the local disk mgr (eve...
- Fri Jan 12, 2007 12:29 pm
- Forum: General Discussion and Feedback
- Topic: cputointel
- Replies: 21
- Views: 9294
Using another language solves nothing. After all, higher order languages are compiled down to machine code. The Java Runtime Environment is nothing more than a program, I believe written in C++, that's been compiled to machine code. All the JRE does is take care of some of the heavy lifting. Which ...
- Fri Jan 12, 2007 11:46 am
- Forum: General Discussion and Feedback
- Topic: cputointel
- Replies: 21
- Views: 9294