Considering that the drivers are the interface between the kernel and
the hardware, no, we can't. New kernel, new drivers. That way you're
not stuck with the bad decisions of your predecessors, and are free to
make entirely new bad decisions.
--
# Kurt H Maier
Please, do not make this the new 9fans.
mkay, how is wireless driver support in plan9 anyway? Does it even
have an 802.11 stack?
>
Yes. See plan9.ini(8).
As was mentioned in another reply regarding drivers: it is hard to
write them without the hardware - so perhaps a "quick and dirty"
interface layer to existing ones could be a stepping stone (like
NDISwrapper was for wifi on linux before).
On the other hand, I do not want to start a lengthy discussion about
these things. I was just curios to hear what people might think about
it. (and perhaps a "Plan9 with DDE drivers" would be easier to
implement using LP49 anyway...).
2011/8/9 Jacob Todd <jaket...@gmail.com>:
Sadly this doesn't render properly on plan9,
well the labs distro at least, perhaps its fixed on 9front.
-Steve
--
cinap
Renders fine here too, labs & 9front. My copy of the labs distro runs
in 9vx. 9front was tried on the hardware (1024x768x32 VESA) and via
cpu(1) from the labs 9vx. Neither system is quite up to date, with the
labs install being a few months old.
The bug depends on the libmemdraw used by the drawing device. As long
as you use 9vx to display, you are using 9vx's libmemdraw. Which tree
you are using does not matter.
The patch was applied in 9vx, but not in the labs' Plan 9. It was
submitted by Erik, but it was rejected because the plan was to use
p9p's libmemdraw, but that has not happened. See:
http://plan9.bell-labs.com/sources/patch/sorry/memdraw32bit/notes
--
- yiyus || JGL .
> The patch was applied in 9vx, but not in the labs' Plan 9. It was
> submitted by Erik, but it was rejected because the plan was to use
> p9p's libmemdraw, but that has not happened. See:
> http://plan9.bell-labs.com/sources/patch/sorry/memdraw32bit/notes
A timely reminder of why I chose to support 9front! haha... So, what
are we going to do about it? I'm busy this week or I'd at least try to
apply the patch.
afaik, 9front is fine, this has already been fixed.