I have a modest collection of PC hardware that could be used to test
drivers. Is there anything that is high on the wish-list?
I have a VIA Mini-ITX board, which has just about every controller that
VIA makes integrated on the board, so if anyone wanted to write drivers
for via chipsets or LAN controllers, I could test them.
I also have a variety of other stuff, and I know some local
(Minneapolis Minnesota, USA) hardware-scroungers, so I might be able to
get stuff.
I think it's really cool that you guys have gotten so far! If you guys
had a PayPal account, I think lots of people would donate.
- Karl Hammerschmidt
Hi
I am trying to boot from your new ISO-image ReactOS 0.2 24.1.2004.
My maschine does not want to boot from CD.
I bruned my image with the following command:
cdrecord -v speed=8 dev=0,0,0 -data reactos.iso
I am running a i386 with IDE CD-Rom and WIN 2000
any hints?
thanks for your feedback.
--
Mit freundlichen Grüssen / best regards
Zeno Davatz
Verkauf & Akquisition
+41 1 350 85 86
www.ywesee.com > intellectual capital connected > www.oddb.org
Linus Torvalds has said recently that Linux won't be ready for the
desktop for 5 to 10 years. If ROS can fill that gap, I'm not going to
complain.
And if all goes well, ROS has a lot to offer, including the potential
for good application and driver support, standard printing APIs, and a
standard GUI.
I think the attraction of ROS is different from that of Linux. People
who want to have a custom OS (choice of desktop, etc.) will be
perfectly happy with linux.
- Karl
On Jan 26, 2004, at 2:12 PM, Björn Fischer wrote:
> Mark IJbema wrote:
>
>> On Mon, Jan 26, 2004 at 09:25:05PM +0200, Ciobanu Alexander wrote:
>>
>>> I was just wondering, don't you guys think ReactOS is a treat to
>>> GNU/Linux ?
>>> For ex. when ROS becomes stable enough i will surely pass to ROS
>>> instead of Linux (that i use now). Of course having a lot of GNU
>>> utils in ROS , GPL licence, and free Win32 implementation is a
>>> temptation for many developers and even GNU/Linux users. So isn't
>>> ROS going to unbalance the balance between GNU/Linux / BSD ..etc and
>>> MS Win ?
>>>
>>
>> Well, maybe it will, but what's the problem with that?
>>
>> Mark
>>
>
> Why should it? I think the term "free" is like the one in 'free
> speech', not 'free beer'. ROS will be free in that meaning. Why
> shouldn't the variety of OS's grow? I think the more free OS's there
> are, the better it is for the user because he is free in choosing the
> OS he likes.
>
> Probably "militant" open source lovers will have problems with ROS
> because it is supposed to be compatible with a lot of "non-free"
> software. But I think it would be good for users.
>
> Greetings
>
> Björn
> _______________________________________________
> ros-general mailing list
> ros-general(a)reactos.com
> http://reactos.com/mailman/listinfo/ros-general
>
on Thu, 22 Jan 2004 15:02:18 -0600
Vizzini wrote:
>All,
>
>Steven Edwards, Mark Tempel, Art Yerkes, and I will
>be attending
>WineConf 1/31-2/1. One or more of us will be
>presenting about ReactOS
>on Sunday morning. We're going to start work on a
>presentation soon,
>and in preparation, I'd like to have links or e-mail
>of any screenshots
>that you think look nice for the presentation. Also,
>any suggestions,
>hints, etc., would be appreciated.
>
>Thanks.
>
> -Vizzini
Sure Vizzini, I'd love to make a bunch of screenshots-
any programs of choice you would like to see? I am
going to do a crusing of SourceForge, looking for
freely obtainable win32 applications for testing now,
and will provide screenshots of the more successful
ones. What kinds of applications would the WineConf
people feel 'awed' over?
I might expand my testing base to include windows
shareware also- As far as I know, I dont have any
commercial applications that currently can run on
ReactOS, so this is the best I can do.
Would love some feedback on what you would find
useful...
Larry Snyder
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
Excellent work with optimizing those parameters! And it's really
great
to see all the interest. As the project grows it will only increase.
Cheers
Jason
Ge van Geldorp wrote:
>It seems the release of 0.2 generated a lot of interest. Most of the
>
>reactions are pretty predictable, either "Why???" or "Wow!!!" with
the
>
>"Wow" ones being in the majority I think.
>
>
>
>The website served 1.8 million requests the last 24 hours. At times
it
>
>was overloaded, but it seems we have found a set of parameters which
>
>works pretty well now.
>
>
>
>G� van Geldorp.
>
>
>
>
>
>_______________________________________________
>
>ros-general mailing list
>
>ros-general(a)reactos.com
>
>http://reactos.com/mailman/listinfo/ros-general
>
>
>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
I created this to show that VMware can create and use
'Raw' disk images, and Vizzini said I should post it
here for everybody. He seemed most enthused about
being able to mount the disk image under linux...
Anyway, here we go:
http://lunacyinc.dyndns.org:88/VMware-Bochs/VMware_Bochs.HTML
(beware linewrapping)
Please enjoy, and note that this is specific to VMware
4, since I dont have previous versions to test with.
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
I get this errors when trying to compile ros on linux :
I use mingw 2.4-1
mingw-binutils-2.4-1
mingw-runtime
[root@schultz reactos]# make
make -C tools
make[1]: Entering directory `/home/alex/Projects/cvs/reactos/tools'
gcc -I./include -pipe -march=i386 -D_M_IX86 -Wall -Werror -I../include -pipe
-march=i386 -D_M_IX86 -DDOS_PATHS rmkdir.c -o rmkdir.exe
rmkdir.c: In function `mkdir_p':
rmkdir.c:68: error: too few arguments to function `mkdir'
make[1]: *** [rmkdir.exe] Error 1
make[1]: Leaving directory `/home/alex/Projects/cvs/reactos/tools'
make: *** [tools] Error 2
[root@schultz reactos]#
and a lot of theese ........... alot !!!!
../include/ntos/rtltypes.h:184:22: pshpack1.h: No such file or directory
../include/ntos/rtltypes.h:199:21: poppack.h: No such file or directory
And this when trying to compile freeldr:
[root@schultz freeldr]# make
make -C tools
make[1]: Entering directory `/home/alex/Projects/cvs/freeldr/tools'
Tools are up to date.
make[1]: Leaving directory `/home/alex/Projects/cvs/freeldr/tools'
make -C bootsect
make[1]: Entering directory `/home/alex/Projects/cvs/freeldr/bootsect'
make: Entering an unknown directory
make: *** ..tools: No such file or directory. Stop.
make: Leaving an unknown directory
make[1]: *** [..\tools\bin2c] Error 2
make[1]: Leaving directory `/home/alex/Projects/cvs/freeldr/bootsect'
make: *** [all] Error 2
[root@schultz freeldr]#
My Gues :
make: *** ..tools: No such file or directory. Stop. >>>> ..tools , where
is the separoator ? i've looked in makefile, it's ok ?? hmmm .... what's
wrong ? am i doing something wrong here ?
Can reactos be installed on the same partition as
windows 98?
________________________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
Sorry James. Meant to reply to list, not to you directly. Dumb Outlook (or
as I call it .. Outhouse).
Rgs
Ian.
-----Original Message-----
From: Ian McLean [mailto:ianmm@optusnet.com.au]
Sent: Sunday, 25 January 2004 11:46 am
To: 'James Tabor'
Subject: RE: [ros-general] SCO lobbying congress about Linux, GPL and
Open Source
Pretty pathetic isn't it ? It seems that if SCO cannot fight on the merits
of it's software, and they are losing ground quickly in the fight against
IBM, they have to resort to this pathetic level of desparateness. They have
not been able to prove anything in court, yet. I just worry about ignorant
congressmen whom don't know the real story giving SCO more ear than they
deserve. God help their customers !
Rgs
Ian
> -----Original Message-----
> From: James Tabor
> [mailto:jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net]
> Sent: Sunday, 25 January 2004 11:30 am
> To: ianmm(a)optusnet.com.au; ros-general(a)reactos.com
> Subject: Re: [ros-general] SCO lobbying congress about Linux, GPL and
> Open Source
>
>
> Hi all!
> Good read, but it's still more of the De-rail McBlab twisted
> interpretation of the
> copyright law and GPL. Making more false assertions about
> Linux using proprietary
> SCO code.
>
> Whaaaa Whaaaa, MOMMY! Linus is not playing fare!
> James
>
>
> Ian McLean wrote:
> > Hi everyone,
> >
> > I have read something interesting on another list (PIC
> List), and seeing as
> > it is also topical to ROS, I thought I would pass this link
> on for everyone
> > here. I expect this will generate a lot of comment ...
> >
> >
> > http://www.osaia.org/letters/sco_hill.pdf
> >
> > PS: Reactos is looking great. Fantastic work everyone :-)
> >
> > Rgs
> > Ian
> >
Hi everyone,
I have read something interesting on another list (PIC List), and seeing as
it is also topical to ROS, I thought I would pass this link on for everyone
here. I expect this will generate a lot of comment ...
http://www.osaia.org/letters/sco_hill.pdf
PS: Reactos is looking great. Fantastic work everyone :-)
Rgs
Ian