I have taken into account the stuff you all sent about system specs since the pc will be mine at the end of my school year I am saving up for:
8gb of ram.
Some new hdds of over 80gb
I don't know how to add a new cpu, and they are very expensive.
Mikey
P.s.
Will a .iso work to make a live cd or usb boot cd,
I know I can do it with linux distros but not ReactOS.
Hello I am new here what are the system minimum specs as I have old system for development.
My dad says I get the old system at the ent of my school if I get good grades it has ubuntu 11.10 but it is slow I like to call it u-slow-os 1.6.
Epic.
On 16.02.2012 15:16, jgardou(a)svn.reactos.org wrote:
> Author: jgardou
> Date: Thu Feb 16 11:16:10 2012
> New Revision: 55631
>
> URL: http://svn.reactos.org/svn/reactos?rev=55631&view=rev
> Log:
> [NTOSKRNL/MM]
> - use ARM3 allocation for PDE pages.
> There is now one table for system PDEs, and their pages are not leaked anymore.
> Also fix bug 5857 (aka mshtml bug).
> Only for x86 now. Timo, I think you should do it for amd64 as well.
> Thanks for your patience, go back to testing now.
> A huge congrats to Cameron and Thomas, without them I wouldn't even have dared touching this code.
>
> Modified:
> trunk/reactos/ntoskrnl/mm/ARM3/virtual.c
> trunk/reactos/ntoskrnl/mm/i386/page.c
>
Hi,
due to popular request, a new ML is available (for read-only):
ros-builds. This ML will receive notifications sent by buildbot in case
of build breakge/tests breakage.
More notifications should be added any time soon.
For subscription, just go here:
http://reactos.org/mailman/listinfo/ros-builds
Regards,
Pierre
Hello,
during recent discussion, a topic about mailing lists appeared.
According to Pierre, we have 6 totally unused mailing lists, which are:
ros-cis
ros-errors
ros-kernel
ros-svn-diffs
ros-translate
ros-foundation
I propose to delete all those, maybe except for ros-foundation.
Any opinions?
WBR,
Aleksey Bragin.
Historical commit, deserving a nice rev number too!
(hmm, 69 maybe viewed by some as nice too, but better let's focus on the
"555" part ;))
On 12.02.2012 22:34, cgutman(a)svn.reactos.org wrote:
> Author: cgutman
> Date: Sun Feb 12 18:34:05 2012
> New Revision: 55569
>
> URL: http://svn.reactos.org/svn/reactos?rev=55569&view=rev
> Log:
> [USBDRV]
> - Terminate the NT4 USB driver
>
> Removed:
> trunk/reactos/drivers/usb/nt4compat/
>
>
Hi,
as requested I added a blacklisting ability to testman. The purpose of
this is to have some meaningful comparison between test runs without
completely disabling randomly behaving test sets. This means that
blacklisted test are still being run, logged and included in the Totals
summary. They won't affect the newly added "nonblacklisted summary"
only. The last thing needed before we can actually benefit from this is
to go through the tests, find those that give random results and either
fix them or add them to the blacklist. Please use this wiki page
http://www.reactos.org/wiki/Testman_blacklist to forge the list. Anyone
with web repo commit access (that includes me) can then update the
config itself.
WBR,
Kamil