
An .iso image of
myOS has been released.
"Minimalistic GNU/Linux system, stripped down of everything, but core necessary files to compile and run OpenGL/C code. It has simplified directory structure and cleaned up internal cross referencing. It can fit single floppy disc without development components. With Scithech SNAP/MGL drivers (based on Mesa) it was possible to run OpenGL without X. Stripped down and modified GNU gcc compiler, mixed with diet libc includes and selected shared files seem to be able to compile all relevant libraries and produce stable and relatively small code. Apart from Necromancer's file manager and OpenGL developing tools, this is pretty much your average Linux thanks to BusyBox."
Thread beginning with comment 225630
To view parent comment,
click here.
To read all comments associated with this story, please
click here.
Member since:
2006-03-14
Also, what kind of hoops would one have to jump through to run a DE on this?
Hack Qt, the underlying toolkit of KDE. If Qt has to make Xlib calls to draw onto a graphical context, those routines would have to instead draw to a graphics context that myOS provides.
Or run a "fake" X server to trick Qt. The fake X server would do the translation from X protocol into myOS' convention. Crazy idea, probably not practical.