Hello, Dmitrij, I think your assumptions about HelenOS are too optimistic ;-)
st 19. 12. 2018 v 11:50 odesílatel Dmitrij V <[email protected]> napsal: > To write HW GPU drivers by scratch is titanic work ! - easier to stay > in linux space without attempts to look to other sides(OS). I had > thinked to adapt libdrm for HelenOS (nativelly written for linux). To do that, HelenOS would have to support the Linux API that is needed (e.g. various ioctls you mentioned). But we support only POSIX API for end-user applications (and only a small subset). Furthermore, the HelenOS device drivers would have to provide the functionality that is (in case of libdrm) provided by Linux (i.e. the called side of ioctl). And in this sense, HelenOS has only rudimentary support for graphical output. > I had looked for small and fast OS, with supporting modern compiller > (GCC is preferred) & c++ standarts for programming for that, for port > to there a light gui library for writting modern looked gui etc... You are in the right place and it would certainly be nice to have some 3rd party GUI library ported :-). But beware that it would be a lot of work. For example, GTK supports various backends (Windows, X11 etc.) and the work of porting the library means adding a whole new backend. Hope this helps clarify some confusion :-) Cheers, - Vojtech > > -- > the best regards > > 2018-12-19 14:30 GMT+05:00, Jiri Svoboda <[email protected]>: > > > > Hi, > > > > > > > > > > if you are serious about contributing, I suggest reading the code carefully > > > > and starting with something really simple. If this is supposed to be some > > kind of a plan to introduce HW acceleration support to HelenOS, then it's > > obvious you have no idea what you are talking about. You've just picked up > > some random Linux packages related to graphics and suggested they should be > > > > ported. Have you even an idea what those packages are/do? How would they > > fit > > in HelenOS graphics stack? > > > > > > > > > > > > -Jiri > > > > ---------- Původní e-mail ---------- > > Od: Dmitrij V <[email protected]> > > Komu: HelenOS development mailing list <[email protected]> > > Datum: 19. 12. 2018 6:20:46 > > Předmět: Re: [HelenOS-devel] I need some tips with coding for the HelenOS > > "Hello ! > > > > Sorry for my delayed post... > > > > I had some time for researching the "Helen OS & GPU drivers", > > there are all done already: > > > > 1) libdrm (needs to port) > > (no deep digging, something like requerements for posix ioctl ...) > > > > 2) svgalib (needs to port, native is linux) (it has support opengl > > interface) > > > > - > > regards > > > > _______________________________________________ > > HelenOS-devel mailing list > > [email protected] > > http://lists.modry.cz/listinfo/helenos-devel > > " > > _______________________________________________ > HelenOS-devel mailing list > [email protected] > http://lists.modry.cz/listinfo/helenos-devel _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
