Search found 84 matches

by jeremyk
Fri Mar 18, 2005 3:58 am
Forum: General Discussion and Feedback
Topic: Is there a Usb driver?
Replies: 4
Views: 6359

Is there a Usb driver?

Does react os have a usb driver yet?

If not is there some one working on it?

If theres can I help if there is not I want to try to make it.
by jeremyk
Thu Mar 17, 2005 3:05 am
Forum: General Discussion and Feedback
Topic: adding support for 2 mice
Replies: 23
Views: 15442

windows is based on the mouse postion using posx and posy.

now is there a way to change it so that it is mouseX at posx and posy?
by jeremyk
Wed Mar 16, 2005 1:07 am
Forum: General Discussion and Feedback
Topic: adding support for 2 mice
Replies: 23
Views: 15442

So it looks like some people are interested in this. Can any one point me in the right direct of how to get started on doing this? Is it in the driver or in the pointer calls? can I just add a file in that will do this or will i have to edit most of the core source to make this happen? Just anything...
by jeremyk
Tue Mar 15, 2005 3:14 am
Forum: General Discussion and Feedback
Topic: adding support for 2 mice
Replies: 23
Views: 15442

Well I pluged in a ps/2 usb and serial and they all worked but were all using the same pointer so it might just be the code that controls the actuel gui pointer
by jeremyk
Tue Mar 15, 2005 3:00 am
Forum: General Discussion and Feedback
Topic: adding support for 2 mice
Replies: 23
Views: 15442

adding support for 2 mice

is there any way that you can use 2 mice on one system? Like if you had a driver and each port that had a mouse hooked up it whould just make mouse1 mouse2 ect so it knew what mouse was what and wich one was clicking on what. If there is no support right now can some one show me were the mouse drive...
by jeremyk
Fri Mar 11, 2005 4:57 pm
Forum: Support
Topic: help compiling the newest svn build
Replies: 35
Views: 25901

this is the error I get evey time first I do a update then I do a make clean then I do a clean temp.exp:fake:(.edata+0x294): undefined reference to `NtPlugPlayControl@12' temp.exp:fake:(.edata+0xb90): undefined reference to `ZwPlugPlayControl@12' collect2: ld returned 1 exit status make[1]: *** [ntd...
by jeremyk
Tue Feb 22, 2005 12:03 am
Forum: Support
Topic: help compiling the newest svn build
Replies: 35
Views: 25901

help compiling the newest svn build

I keep trying to mkae the newst bild but it errors out on the ntkrnl. I keep updating my svn daily to see if there was a fix but it has not worked yet. I do a update then a clean then a make but the mnake will never complete. can some one help with this? it says something about can not strip the the...
by jeremyk
Fri Jan 28, 2005 4:42 am
Forum: General Discussion and Feedback
Topic: When will you start to use ReactOS for something else than d
Replies: 27
Views: 21147

I voted when it hits 1.0 because it will probubly take that long before you have directx fully functinal. And the only thing I use an os for is browse the internet , programming and 95% playing games. So once I can play games on it I know 100 people who would use it and get rid of windows all togeth...
by jeremyk
Sun Jan 16, 2005 8:42 am
Forum: Support
Topic: error No rule to make target `mm/elf.c', needed by `mm/.elf6
Replies: 1
Views: 6505

error No rule to make target `mm/elf.c', needed by `mm/.elf6

can some one put back elf.c . I did not get this error untill I did an svn update and it said it deleted it. Now I can not compile it. thanks for the help
by jeremyk
Fri Jan 14, 2005 1:43 am
Forum: General Discussion and Feedback
Topic: how do you add nvidia drivers to the boot cd
Replies: 4
Views: 4895

can some one show me how I went through the makefile and I found were the make bootcd came from and all it things it does but I cant figure out how to add to it or were to put my files so when it starts makeing the cd it will just copy the files to the correct destination. Can some one show me how? ...
by jeremyk
Fri Jan 14, 2005 12:17 am
Forum: General Discussion and Feedback
Topic: how do you add nvidia drivers to the boot cd
Replies: 4
Views: 4895

can I edit the make bootcd and add in the directory were to get the drivers from then were to put them at?
by jeremyk
Thu Jan 13, 2005 6:04 am
Forum: General Discussion and Feedback
Topic: how do you add nvidia drivers to the boot cd
Replies: 4
Views: 4895

how do you add nvidia drivers to the boot cd

I am trying to make a custome boot cd that has my nvidia driver already installed. how do I add the dll and the sys to it before I run the make bootcd command?
by jeremyk
Sat Jan 08, 2005 4:27 am
Forum: General Discussion and Feedback
Topic: how to compile ros in windows
Replies: 21
Views: 19716

can I use

-Os
and any other optimiztion codes that I found in the gcc doc and were do I add them so it will use it?
by jeremyk
Fri Jan 07, 2005 8:44 pm
Forum: General Discussion and Feedback
Topic: how to compile ros in windows
Replies: 21
Views: 19716

HOw do you have your compiler installed? Because I left everything alone and have build 12860 and it gives me that error. I went through the docs mentioned but I dont think I am installing all the compilers and everything correctly or in the right oerder. because when you install them they always ov...
by jeremyk
Fri Jan 07, 2005 6:46 am
Forum: General Discussion and Feedback
Topic: how to compile ros in windows
Replies: 21
Views: 19716

I still cant compile it. I just started freash now I get error.

hal: [CC] hal.c
hal: [DLLTOOL] libhal.a
.memccpy.d:1: *** multiple target patterns. Stop.
make: *** [string] Error 2


can any one tell me how to get passed this error?