Search found 25 matches

by sherpya
Sun Oct 02, 2005 9:57 pm
Forum: Development Help
Topic: How to port a linux nic driver to reactos
Replies: 2
Views: 4175

windows nforce nic drivers is broken if used in a ris installation, I would make a new driver from scratch using the linux reversed forcedeth that works fine, and it's opensource
by sherpya
Fri Sep 30, 2005 2:51 am
Forum: Development Help
Topic: shell32 addons
Replies: 5
Views: 6352

shell32 addons

I've made a patch that adds a function and a stub to shell32.dll, this make possibile to run real windows winlogon: Index: lib/shell32/undocshell.h =================================================================== --- lib/shell32/undocshell.h (revision 18161) +++ lib/shell32/undocshell.h (working ...
by sherpya
Fri Sep 30, 2005 2:40 am
Forum: Development Help
Topic: How to port a linux nic driver to reactos
Replies: 2
Views: 4175

How to port a linux nic driver to reactos

I need a (also small) howto that explains how make a port of a linux nic driver (I would port forcedeth).
There are some resources about this?
by sherpya
Fri Sep 30, 2005 2:38 am
Forum: Development Help
Topic: GCC 4
Replies: 15
Views: 14226

gcc version 4.0.1 cross compiler on a debian sid works fine, except for explorer I cannot compile it, someone can tell me what's wrong? ;) subsys/system/explorer/utility/utility.h:753: error: expected class-name before '{' token subsys/system/explorer/utility/utility.h:755: error: 'wstring' does not...
by sherpya
Fri Sep 30, 2005 2:12 am
Forum: ReactOS Website discussion
Topic: Suggestions
Replies: 0
Views: 4719

Suggestions

The new system is very nice, btw I would make some suggestions: I've a phpbb site and I've swapped preview and submit buttons, since all other forums work this way, it's very handly to write the post, then <tab> and enter. Another suggestion for the website administrator, I've protected /admin direc...
by sherpya
Fri Sep 30, 2005 2:07 am
Forum: Support
Topic: World Of Warcraft on ReactOS?
Replies: 4
Views: 8045

hmm a bit premature...
by sherpya
Tue May 31, 2005 10:02 am
Forum: General Discussion and Feedback
Topic: (With linux knowledge) I need compilation tools!
Replies: 4
Views: 3848

new build system doesn't have rules.mak, anyway here debian sid build is ok ;)
by sherpya
Tue May 31, 2005 10:00 am
Forum: Development Help
Topic: New development system - build external stuff
Replies: 4
Views: 5917

I'm working on it and now it can load png images, I think the mod could be easly adapted to the reactos bootvid driver, if someone is intrested I could make a patch (currently some files from libpng and zlib are needed), but zlib are yet in reactos so files can be reused
by sherpya
Tue May 31, 2005 3:41 am
Forum: Development Help
Topic: New development system - build external stuff
Replies: 4
Views: 5917

I've understood a bit the system now I have a working build, anyway with the old build system this stuff was less "invasive" I was not modifing any ros file. another strange thing is that now kernelmodedll needs to have a DriverProcedure that also is not used (at least in my case), I'll ma...
by sherpya
Mon May 30, 2005 1:24 am
Forum: Development Help
Topic: New development system - build external stuff
Replies: 4
Views: 5917

New development system - build external stuff

I was building a boovid replacement as kernel dll instead of kernel driver, and my directory was outside the build system. I was using this makefile: HOST = mingw32-linux PATH_TO_TOP = /root/winpe/reactos TARGET_BASE = 0x80010000 TARGET_TYPE = kmdll TARGET_NAME = bootvid TARGET_CFLAGS = -Wall -DVERB...
by sherpya
Mon May 30, 2005 1:02 am
Forum: News
Topic: Xml build Systeem
Replies: 5
Views: 45522

for linux cross builders using debian now you can set

Code: Select all

export ROS_PREFIX=i586-mingw32msvc
without modifing any makefile

the var can be added in .bashrc
by sherpya
Wed May 25, 2005 7:14 pm
Forum: General Discussion and Feedback
Topic: (maybe) ReactOS Media Player
Replies: 94
Views: 52399

mpc uses directshow for most decoders, mplayer works fine on win32, there is also a native gui version on my site http://oss.netfarm.it/mplayer-win32.php
by sherpya
Wed May 25, 2005 7:12 pm
Forum: General Discussion and Feedback
Topic: ReactOS refuse to work in VMWare 5.0
Replies: 9
Views: 7807

svn 15484
by sherpya
Tue May 24, 2005 11:28 pm
Forum: General Discussion and Feedback
Topic: ReactOS refuse to work in VMWare 5.0
Replies: 9
Views: 7807

It seams no patch is done to the driver, so the problem is different, someone can provide me a link to a kernel debugging guide? I suppose reactos kdbg is not compatible with windows one (like using windbg in pipe over vmware emulated serial port)
by sherpya
Tue May 24, 2005 11:23 pm
Forum: General Discussion and Feedback
Topic: ReactOS refuse to work in VMWare 5.0
Replies: 9
Views: 7807

Tested on vmware 5, resolution is switched but the screen will remain black, is reactos installer patching the vmware driver? offset may be changed in new drivers