Search found 131 matches

by Forever Winter
Mon Nov 24, 2014 6:26 am
Forum: Support
Topic: Install ReactOS to Secondary Partition
Replies: 15
Views: 14841

Re: Install ReactOS to Secondary Partition

You may try the following steps: * Install ReactOS in the partition you have just created (Use VBR only for the bootloader location) * Copy the contents of the ReactOS bootsecor to a file, e.g. reactos.bin * Boot Vista and copy the bootsector file to the root directory of the drive on which the Visa...
by Forever Winter
Mon Nov 24, 2014 2:27 am
Forum: Support
Topic: Install ReactOS to Secondary Partition
Replies: 15
Views: 14841

Re: Install ReactOS to Secondary Partition

I guess you should install the bootloader to VBR only and than chainload from the Vista bootmanager (assuming ReactOS supports booting from other partitions than the first one).
by Forever Winter
Fri Nov 21, 2014 2:53 pm
Forum: Design
Topic: Is anyone interested in this wallpaper?
Replies: 91
Views: 160470

Re: Is anyone interested in this wallpaper?

It is more of a (partly) missing feature than a bug.
There is a related issue at CORE-8802
by Forever Winter
Thu Nov 06, 2014 8:49 pm
Forum: General Discussion and Feedback
Topic: 0.3.17 Released
Replies: 32
Views: 27197

Re: 0.3.17 Released

@Oddjob64

If your virtual machine has a serial port, you may try to disable it and see if it works afterwards.
by Forever Winter
Thu Nov 06, 2014 12:34 am
Forum: General Discussion and Feedback
Topic: 0.3.17 Released
Replies: 32
Views: 27197

Re: 0.3.17 Released

@laurflorin
@Pi_User5

One can simply type "y /? " at the command prompt to see what it does.
However, the y command copies standard input to standard output until the input ends. It then copies the files specified at the command line to standard output.
by Forever Winter
Sat Oct 25, 2014 6:43 pm
Forum: Development Help
Topic: 0.3.16 doesn't work on my pc
Replies: 5
Views: 8188

Re: 0.3.16 doesn't work on my pc

Do you mean there's no driver for the network adapter? If so, what adapter have you selected in VirtualBox? The PCnet adapters should work out of the box.
by Forever Winter
Fri Oct 24, 2014 11:00 am
Forum: General Discussion and Feedback
Topic: 0.3.17 testing
Replies: 85
Views: 45978

Re: 0.3.17 testing

The issue at https://jira.reactos.org/browse/CORE-8574 seems to deal with that issue.
by Forever Winter
Sun Oct 19, 2014 8:25 pm
Forum: General Discussion and Feedback
Topic: ***IMPORTANT!*** A ShellShock-like [?] vuln in MS Windows
Replies: 15
Views: 11607

Re: ***IMPORTANT!*** A ShellShock-like [?] vuln in MS Windo

@Pi_User5 If you have copied as is from the opening post and pasted it into cmd, then the reason why you don't have to press return is probably that you have also copied the line breaks at the end of each line. @ laurflorin Is there a reason why you had broken it into serveral lines? The linked docu...
by Forever Winter
Sat Oct 18, 2014 8:55 pm
Forum: General Discussion and Feedback
Topic: ReactOS license
Replies: 27
Views: 12194

Re: ReactOS license

IMHO it is up to the contributor to check for what he contributes, not to the project the contribution goes to. For most users it has little relevance if it is GPL or BSD. If someone contributes, for which it is relevant, than it is his fault if he has not checked before if the license is suitable. ...
by Forever Winter
Sat Oct 18, 2014 6:25 pm
Forum: General Discussion and Feedback
Topic: ReactOS license
Replies: 27
Views: 12194

Re: ReactOS license

I guess people who give money to the project actually know that it is licensed under the GPL, so I see no real problem here.
by Forever Winter
Thu Oct 16, 2014 1:58 pm
Forum: Support
Topic: Intel PRO/100 VE network adapter drivers loaded but disabled
Replies: 7
Views: 14490

Re: Intel PRO/100 VE network adapter drivers loaded but disa

You are correct, the double backslashes are escape sequences for a single backslash. As for the copy error, it is indeed an error, since it can't copy the specified files. I guess it is caused because the inf file in question (in your last case battery.inf) doesn't give a proper location where the f...
by Forever Winter
Mon Oct 13, 2014 7:37 pm
Forum: Development Help
Topic: For most programmers, it is foolish currently develop in mac
Replies: 22
Views: 37855

Re: For most programmers, it is foolish currently develop in

Looks like it is actually a truncated "machine code" ...
by Forever Winter
Thu Oct 09, 2014 6:53 am
Forum: General Discussion and Feedback
Topic: Wine Internet Explorer
Replies: 21
Views: 10555

Re: Wine Internet Explorer

If you give the module that you like to build as parameter, only that module (and the ones it depends on) will be build. For example "ninja calc" will build the Calculator, "ninja paint" will build Paint
and "ninja iexplore" will build Internet Explorer.
by Forever Winter
Wed Oct 01, 2014 9:26 am
Forum: Support
Topic: Which revision is in a bootcd.iso file?
Replies: 2
Views: 3646

Re: Which revision is in a bootcd.iso file?

The command line interpreter prints the revision on startup and with the ver command, so extracting cmd.exe from reactos.cab and executing it should work.