It looks like the model B boards are now in manufacture.
http://www.raspberrypi.org/archives/509
There are only 10k being made being made in this batch and demand is really
high, so I doubt they'll last longer than a few minutes.
With only 256MB RAM available, I doubt Windows 8 will ever run on it
although Windows Embedded Compact 7 might.
I know the reactos arm port is still a way off, but this could be a golden
opportunity for reactos.
At $25 per computer, they're gonna sell hundreds of thousands of these
things and most buyers will be enthusiasts/developers.
Ged.
Hello,
we just had a monthly meeting in the beginning of January, so I don't
see much of a reason to do another one at our usual date (and there are
no urgent questions required for decision).
Next meeting is going to happen in the end of February as scheduled.
WBR,
Aleksey.
pschweitzer(a)svn.reactos.org wrote:
> touch boot/bootdata/packages/reactos.dff.in
We can't put this one-liner into the CMakeLists.txt file?
execute_process should do the job if there is no "touch" command in
CMake itself.
Your change makes RosBE depend on a very specific file in a very
specific path of the source tree (=> tree change only possible with an
updated RosBE). In addition, these hooks separate the build logic
between CMake and RosBE and pave the way for even more source tree
dependent changes in RosBE. I like to avoid this.
- Colin
zguo(a)svn.reactos.org wrote:
> Change version string to release header for rbuild. Next time we
> release, do this in the cmake file.
Don't forget the actual version number in the very same file ;-)
Apart from this, please also check the SVN log of
svn://svn.reactos.org/reactos/tags/ReactOS-0.3.13. I recall some regular
changes for each release, which haven't been documented on the Wiki
(e.g. RApps shortcut on the desktop).
- Colin
Hi,
a third release candidate of RosBE-Unix 2.0 is now available on
http://svn.reactos.org/RosBE-Temp/. Compared to second RC, it only comes
with changes to the installation script (letting you define more
precisely how you want to build it).
Once installed, it is the same RosBE that RC2.
Unless major issues are found in this RC3, this will be the last RC
before release.
Regards,
Pierre
0.3.14 has been branched and a test ISO built. The developers request
that testers test the "golden" applications to determine if there are
any regressions. Details can be found here:
http://www.reactos.org/wiki/Testing_Central
Hi,
with this mail, I propose we drop support for FireFox > 2 releases in
rapps.
The motivation is crystal clear: with their new release plan, they are
releasing too often, and they don't maintain old links nor they provide
a symbolic link to latest version. So, FireFox links in rapps are too
often dead. So, they require a constant attention we can't offer (we
have other cats to fry!).
So, let's drop these multiple versions from rapps, and let just our 2.0.
This will let users install a web browser and then install the browser
they like using it.
Anyone against this proposal? Otherwise, I'll drop all those links in a
week.
Regards,
Pierre
That reminds me of my attempt to fix this mess. I gave up, when almost
every change of a structure size broke boot.
Obviously there is code that relies on certain structure sizes,
independent from the actual structure definitions, but I didn't find
where there was.
Good luck ;-)
Am 17.01.2012 18:42, schrieb ion(a)svn.reactos.org:
> Author: ion
> Date: Tue Jan 17 17:42:47 2012
> New Revision: 54990
>
> URL: http://svn.reactos.org/svn/reactos?rev=54990&view=rev
> Log:
> Fix boot. The fact this fixes it should worry about the state of CSRSS...
...
> Modified: trunk/reactos/include/reactos/subsys/csrss/csrss.h
> URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/subsys/csr…
> ==============================================================================
> --- trunk/reactos/include/reactos/subsys/csrss/csrss.h [iso-8859-1] (original)
> +++ trunk/reactos/include/reactos/subsys/csrss/csrss.h [iso-8859-1] Tue Jan 17 17:42:47 2012
> @@ -51,6 +51,7 @@
>
> typedef struct
> {
> +#if 0
> //
> // NT-type structure (BASE_CREATEPROCESS_MSG)
> //
> @@ -65,6 +66,7 @@
> PVOID PebAddressNative;
> ULONG PebAddressWow64;
> USHORT ProcessorArchitecture;
> +#endif
> //
> // ReactOS Data
> //
>
>
>
Hello everybody.
You will find attached to this e-mail the minutes for the meeting of 2011.
A topic as also been opened on the ReactOS forum
:http://reactos.org/forum/viewtopic.php?f=2&t=10352
<http://reactos.org/forum/viewtopic.php?f=2&t=10352>
I'm deeply sorry for the delay.
Regards.
Jérôme