-
@el3ctr0lyte wrote in #80:
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
Hi! Thanks for taking interest in Tilck. About your question: Tilck does not aim at becoming a desktop operating system at all, nor at being 100% compatible with Linux. Nevertheless, with time, more and more Linux syscalls will be supported as use cases come out and I have time to invest in development. Running an X server would require many IPC syscalls like sockets that are not supported by Tilck, at the moment. Briefly, the project is far from there and other features have a higher priority. At some point, sockets and unix domain sockets will be supported, and, with some additional effort it will be possible to run an X server on it, but that's a side work, almost like running I've heard about Nano-x and, one day, that might be a candidate for Tilck, certainly not the XFree86 beast :-) BTW, with "port" I mean:
In conclusion, sorry to disappoint but there won't be X support any time soon, because the lack of required features and because running X is completely outside project's goals. |
Beta Was this translation helpful? Give feedback.
-
I am afraid I got a bit busy and doubt I can do anything of use, so appologise as I may have wasted your time. But unfortunately don't have time to test, I doubt it will work but you never know your luck, if you want to try it something may display on screen though there were errors in two files which I #defined or #ifdef out to get a build to complete. I find myself too busy with other projects and all too often get sidetracked from curiosity to play with things I will not be able to put much effort into. I drop the tar file here in case anyone else wants to try looking at this.... I think README and compileinfo are only textfiles with notes to read, and run build_kdrive.sh should build a Xserver in 10minutes, I may try testing in a few weeks if I get free time but doubt I go further. Anyways, you give good support to my questions and seem to be create an interesting project, I wish you good luck and hope best for you. |
Beta Was this translation helpful? Give feedback.
-
maybe this one is more easy to build
https://github.com/wizbright/waybox
…On Fri, Oct 14, 2022 at 2:04 AM mung-kie ***@***.***> wrote:
I am afraid I got a bit busy and doubt I can do anything of use, so
appologise as I may have wasted your time.
I managed to find some time this evening so have compiled the Xfbdev
kdrive server using the tilck toolchain.
But unfortunately don't have time to test I doubt it will work but you
never know your luck if you want to try it something may display on screen
though there were errors in two files which I #defined or #ifdef out to get
a build to complete.
I find myself too busy with other projects and all too often get
sidetracked from curiosity to play with things I will not be able to put
much effort into. I drop the tar file here in case anyone else wants to try
looking at this....
Anyways, you give good support to my questions and seem to be create an
interesting project, I wish you good luck and hope best for you.
tilkX.zip <https://github.com/vvaltchev/tilck/files/9781370/tilkX.zip>
—
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADGCQMJR25XTDBNPLTLEYLTWDCPSLANCNFSM5BT2NVHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
*Martin Lindkvist*
|
Beta Was this translation helpful? Give feedback.
-
Okay, I found an hour free this morning so did quick test and find the zip file I posted has major error: there is no -static flag for compiler, so I recompile and put in sysroot and do very quick test (cannot run fb in qemu in vmware linuxmint). But test shows fb is irrellevant as there is not even virtual terminal available yet. SO I am sorry to say I leave this here, there is not enough kernel infrastructure available yet. I maybe return in year or so and play with your kernel again. I say thank you for your effort, you do good work, and I hope make good progress. Good luck. |
Beta Was this translation helpful? Give feedback.
-
This is interesting. I like both deterministic OSes and linux. Symbian did both in a very small space. I am curious if the kernel could be paired to a UI layer so it has a UI but still works in a real-time way. https://en.wikipedia.org/wiki/Symbian#Symbian_UI_variants,_platforms https://github.com/SymbianSource |
Beta Was this translation helpful? Give feedback.
Hi! Thanks for taking interest in Tilck.
About your question: Tilck does not aim at becoming a desktop operating system at all, nor at being 100% compatible with Linux. Nevertheless, with time, more and more Linux syscalls will be supported as use cases come out and I have time to invest in development.
Running an X server would require many IPC syscalls like sockets that are not supported by Tilck, at the moment. Briefly, the project is far from there and other features have a higher priority. At some point, sockets and unix domain sockets will be supported, and, with some additional effort it will be possible to run an X server on it, but that's a side work, almost like running
vim
andf…