Hello,
The buildbot slaves are currently offline due to a boot problem
and won't be brought back up until monday.
Please don't commit to trunk and branches until that.
Kind regards,
Sylvain Petreolle
Does the EULA allow you to redistribute sample code without
stipulations? I seem to recall certain versions of the DDK requiring
that derivative works be used only with a Windows OS. Can you please
send me a copy of the EULA for the DDK?
Thanks
Steven
On Fri, Mar 5, 2010 at 12:22 PM, <evb(a)svn.reactos.org> wrote:
> Author: evb
> Date: Fri Mar 5 18:22:18 2010
> New Revision: 45873
>
> URL: http://svn.reactos.org/svn/reactos?rev=45873&view=rev
> Log:
> - Add new unified VGA/VBE miniport driver. Based on NT4 DDK Cirrus Miniport Driver Sample with my modifications (marked with // eVb) to change Cirrus parts to VGA parts if needed. Also add VBE suppor which is not in Cirrus driver, but exists in Windows VGA miniport.
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
Axe them.
On Mar 3, 2010 3:51 AM, "Christoph von Wittich" <Christoph(a)apiviewer.de>
wrote:
remove++
Am 03.03.2010 09:31, schrieb Ged Murphy:
> sir_richard(a)svn.reactos.org wrote:
>
>> Did you know the "funny messages" take up more storage sp...
This space can be used better by ACPI finally working, not to mention tha
ACPI will render it useless anyway.
remove++
2010/3/3 Christoph von Wittich <Christoph(a)apiviewer.de>
> remove++
>
> Am 03.03.2010 09:31, schrieb Ged Murphy:
> > sir_richard(a)svn.reactos.org wrote:
> >
> >> Did you know the "funny messages" take up more storage space than an
> average embedded micro-controller OS?
> >
> > I've never liked these and I think they should be removed.
> > They aren't funny and I'm not 12 years old....
> >
> > Ged.
> >
> >
> >
> >
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev(a)reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
sir_richard(a)svn.reactos.org wrote:
> Did you know the "funny messages" take up more storage space than an average embedded micro-controller OS?
I've never liked these and I think they should be removed.
They aren't funny and I'm not 12 years old....
Ged.
janderwald(a)svn.reactos.org wrote:
> - OutputDebugString("UNIMPLEMENTED\n");
> + OutputDebugStringW(L"UNIMPLEMENTED\n");
Why the change?
This is one of the few functions when it's better to use the A version as the W version calls the A
Ged.