What is the newly screenshots about? And status of lxloader.
Posted: Thu Dec 20, 2018 10:18 pm
Viking
Joined: 29 Sep 2006
Posts: 42
Location: Sweden
Posted: Sat Jul 28, 2007 11:49 pm
Hi
I was wondering about the screenshot os2linuxtest.png. Is that under L4/Fiasco?
And second, who is working on that? The doscalls mentioned there, are they compiled
in a ELF file?
I have had some progress with my simple lxloader and am thinking about how to implement
the doscalls. The lxloader for now reads in a small exe file (around 200 bytes, can only handle
files up to 4 kb for now). And creates a process and runs it. Of course, because no doscalls is
available it just crashes. But the basic stuff is there.
My plans for now is to read about the ELF format and try to modify the elf-loading routines in
SDIOS to try to load shared objects and try to compile the static librarys as a shared object,
if it's possible.
Greetings /Viking
Joined: 29 Sep 2006
Posts: 42
Location: Sweden
Posted: Sat Jul 28, 2007 11:49 pm
Hi
I was wondering about the screenshot os2linuxtest.png. Is that under L4/Fiasco?
And second, who is working on that? The doscalls mentioned there, are they compiled
in a ELF file?
I have had some progress with my simple lxloader and am thinking about how to implement
the doscalls. The lxloader for now reads in a small exe file (around 200 bytes, can only handle
files up to 4 kb for now). And creates a process and runs it. Of course, because no doscalls is
available it just crashes. But the basic stuff is there.
My plans for now is to read about the ELF format and try to modify the elf-loading routines in
SDIOS to try to load shared objects and try to compile the static librarys as a shared object,
if it's possible.
Greetings /Viking