Search found 32 matches

by Artlav
Thu Mar 10, 2016 12:39 am
Forum: General Discussion and Feedback
Topic: Today i used ReactOS to solve a real problem
Replies: 4
Views: 8965

Today i used ReactOS to solve a real problem

A little backstory. Altera makes FPGAs. They also have their own software to develop for them. This software runs on Windows and Linux. In theory. In practice, on Linux it can be iffy. Specifically, the device programmer acts up a lot. So i was thinking - i need Windows to program the device occasio...
by Artlav
Fri Jul 01, 2011 10:09 pm
Forum: General Discussion and Feedback
Topic: NT from 1991 reminds me of ReactOS
Replies: 5
Views: 3252

Re:

hto wrote:On the other hand, ReactOS does not need to invent anything new — just to follow the trodden path
Big help it is...
One can make a universe in seven days if there is no backwards compatibility to bother about. :)
by Artlav
Sun Jun 19, 2011 8:01 am
Forum: General Discussion and Feedback
Topic: Windows problems
Replies: 20
Views: 8623

Re: Windows problems

The biggest problem i found was opening an app and it asks for admin privalages. Now most people will just click ok but it has no way of telling you if the program is trying to mess with system files. This is why I thought soft lock with a password the user defines would work to keep system files s...
by Artlav
Sun Jun 05, 2011 8:00 pm
Forum: Off Topic
Topic: ReactOS built in C# (crazy idea)
Replies: 40
Views: 52327

Re: ReactOS built in C# (crazy idea)

Reminds me of SharpOS.
That was an opinion-shattering little bastard.

But for ReactOS that does not feel like anything remotely beneficial in any way - slowdown, incompatibility, toolset chaos, etc.
by Artlav
Sun Jun 05, 2011 7:56 pm
Forum: Off Topic
Topic: Older ideas (or bugs?) - GUI-less
Replies: 9
Views: 5879

Older ideas (or bugs?) - GUI-less

First time i've come across ReactOS it was a command line thing after boot. If you run a GUI program, then it would jump into graphics mode and run it. I think it then jumped back to console mode when you close the app. So, What version was that? Was that a feature or an incompleteness? Why wasn't t...
by Artlav
Wed May 25, 2011 12:33 pm
Forum: General Discussion and Feedback
Topic: [suggestion] contact microsoft and ask them if..
Replies: 3
Views: 4042

Re: [suggestion] contact microsoft and ask them if..

Don't trouble trouble till trouble troubles you?
by Artlav
Mon May 23, 2011 8:34 pm
Forum: General Discussion and Feedback
Topic: Current RAM requirement
Replies: 52
Views: 18968

Re: Current RAM requirement

nicamarvin2005 wrote:What's your point?
Nothing evil, just noting that a useful Windows version can run on such a machine, so it's not impossible for ROS to be able to as well.
by Artlav
Mon May 23, 2011 2:06 pm
Forum: Support
Topic: Freeloader giving garbage?
Replies: 23
Views: 12641

Re: Freeloader giving garbage?

Further investigation: I dropped all the the serial magic and tried to find the problem with good old printfs (MachConsPutChar). It seems to loop in following block in BOOLEAN MmInitializeMemoryManager(VOID). while ((MemoryDescriptor = ArcGetMemoryDescriptor(MemoryDescriptor)) != NULL) { DPRINTM(DPR...
by Artlav
Mon May 23, 2011 1:36 pm
Forum: Support
Topic: Freeloader giving garbage?
Replies: 23
Views: 12641

Re: Freeloader giving garbage?

And nothing happens! I tried the debug build now, it gives a blank screen. There is nothing over the serial line. I checked the build in Qemu - all is well, i checked the serial line with old debug build - all is well. The garbage is also not reproducible, only blank screen. The changes are in debug...
by Artlav
Mon May 23, 2011 8:44 am
Forum: Development Help
Topic: RosBE path problems?
Replies: 5
Views: 6580

Re: Re:

EmuandCo wrote:Uuuuh, we dont use cygwin in RosBE ^^
Then what is RosBE/tools/cygwin1.dll for?
Anyway, whether cygwin used or not, it was what caused the interference.
by Artlav
Mon May 23, 2011 7:03 am
Forum: Support
Topic: Freeloader giving garbage?
Replies: 23
Views: 12641

Re: Freeloader giving garbage?

Saibamen wrote:On Win7 x64 ROSBE work perfect for me :)
For me too now, it was just an environment glitch.

Good news is i built the newest freeldr with debug on, and will test it out tonight.
by Artlav
Mon May 23, 2011 6:29 am
Forum: Development Help
Topic: RosBE path problems?
Replies: 5
Views: 6580

Re:

See here . That fixed it, i haven't realized cygwin can interfere with itself. Thanks and sorry for trouble. Or go to the rosbe.cmd file with a editor and check the 1st 20 lines for _ROSBE_ORIGINALPATH declarations. One is active, one is REMed out. Now do vice versa to em and save it. This might he...
by Artlav
Sun May 22, 2011 9:15 pm
Forum: Development Help
Topic: RosBE path problems?
Replies: 5
Views: 6580

RosBE path problems?

I'm having troubles building ReacOS, RosBE 1.5.1.1 installs well, but when trying to build (make or make livecd), it gives a lot of this: cygwin warning: MS-DOS style path detected: obj-i386\lib\inflib_host Preferred POSIX equivalent is: obj-i386/lib/inflib_host CYGWIN environment variable option &q...
by Artlav
Sun May 22, 2011 8:57 pm
Forum: General Discussion and Feedback
Topic: Current RAM requirement
Replies: 52
Views: 18968

Re: Current RAM requirement

Tried running .13 on a 366Mhz Celeron with 32 Mb of RAM, and failed.
It gets to installing drivers, then hangs solid.

For the record, Windows 98 works pretty darn good on the same system.
by Artlav
Sun May 22, 2011 8:51 pm
Forum: Support
Topic: Freeloader giving garbage?
Replies: 23
Views: 12641

Re: Freeloader giving garbage?

I would have built a new one with debug, but for some weird reason ROSBE don't work on Win7x64 too well, giving path errors.
If someone could provide one, i'll test it out.