Linked by Eugenia Loli on Tue 30th Sep 2003 05:20 UTC
Permalink for comment
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
Linked by Thom Holwerda on 05/16/13 13:17 UTC
Linked by Thom Holwerda on 05/16/13 12:06 UTC
More News »
Sponsored Links



How comes I don't like this idea ?
HAL is something that should be done between HARDWARE and KERNEL e.g. an abstraction layer that the Kernel uses to get informations about the Hardware. Most Microkernel systems do this in a modern way like MorphOS for example
Hardware <----> HAL <----> Kernel <----> Application
The correct way this has to be done. Keeping the HAL as something on it's own then it's easier to port the Kernel to e.g. other Hardware architecture with different Hardware stuff inside it. What the freedesktop stuff tries to achieve is.
Hardware <----> Kernel <----> HAL <----> Application
That is, the Kernel boots, checks all your Hardware on your System, boot's into GNOME and there are these tools that secretly accesses Kernel related resources. I have only quickly read the Link above so don't blame me here but reading 'There are tools accessing to get Hardware informations (not exactly quotes)' gave me the idea of this to be the case.
Anyways regardless of what I think this is plain wrong, specially on Linux. The idea is good, the implementation not. I simply don't see any benefits to put a HAL layer ontop of an exiting Kernel which had booted and initialized the Hardware already. I think everyone with a little Knowledge in OS writing will agree here. This solution is looks like a hack to make something work that usually should be done completely differently. At least on a different layer.
Btw: I am using QNX right now and write this text with Voyager. QNX rocks.