gedmurphy(a)svn.reactos.org wrote:
> +// WIDL temp hack : [...]
Even though we all like to see a full MSVC build in the future, does
this really justify such an even bigger hack on top of the existing
ones? Would a proper fix really require that much more time?
If we don't want to end up in a new mess, this pretty much forces
someone to fix it in the coming days or the hack/commit will be
forgotten again. I'm certain about this, because nobody on #reactos-dev
really knew the reason behind the older __ROS_LONG64__ hack either.
Alternatively, you could open a detailed bug report about this issue and
assign some CMake people to it. But in any case, such hacks should be
tracked in our Bugzilla, in particular when more information about a
solution is known already.
- Colin
Hello all,
Edijus from #reactos has just tried ReactOS on his system, but the boot
process got stuck at "usbdriver.sys". When reading his notice, I was
wondering why we still include this ancient driver in every ReactOS build.
As far as I know ...
* it has never worked for us
* it is incomplete and not well-tested
* it has obvious code bugs (e.g. just look in ehci.c:3465 how it
enumerates more PCI devices and functions than possible,
consequently enumerating the first function twice due to bitshifts)
* better USB work by Johannes and Michael is progressing well
Although it might be useful as a testcase for the legacy HAL functions
(like HalAssignSlotResources), it should still be removed from the build
process for now.
If there are no objections, I'll do this change on the weekend.
- Colin
Hi,
While taking a short break from my GSOC work, I like to do some work on
freeldr.
Final goal is to make it work with MSVC, but first I'd like to do a
little cleanup, since its a bit messy.
First I'd like to know how the state of the old bootcode is and if we
still need it and whats left to do to get rid of it.
Then I'd suggest to remove the code that draws purple unicorns like it
was done for ARM (afaik, we don't use it anyway)
I'd also like to fix formatting (tabs -> spaces)
Any remarks, objections, wishes, doubts?
Regards,
Timo
Thanks for being that efficient for reverting.
Less than two days after message on ML. Congratz.
Next time I take days off, I won't take four days any longer, in case you would question some other of my patches.
I'll also send you my next patches, that way you'll be able to commit them, or just to skip them to prevent any revert.