Announcement

Collapse
No announcement yet.

Redox OS Making Progress On RISC-V Support, Eyes QEMU & Neovim Ports

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • KernelCrasher
    replied
    Originally posted by Almindor View Post

    it seems even the basics are still very buggy on Redox atm.
    Of course, and it's not something unexpected given that the project did not declare any stable releases.

    I'm keeping my fingers crossed for them to keep developing it. It's an interesting experiment. We need people who try new avenues to bring some real progress and not stick to beaten paths far more than we need whiners, naysayers, haters and old farts.

    Leave a comment:


  • Quackdoc
    replied
    Originally posted by Almindor View Post

    You don't understand. I mean it was inconsistent on the odd behavior. I debugged it down to a call to `mkdir` via the relibc (from a Rust stdlib call). It only failed in specific conditions of the app and FS structure. I asked on the chat and apparently there's some relibc issue.

    I'm not trying to be overly critical just saying that it seems even the basics are still very buggy on Redox atm.
    oh interesting. i've tried to tinker with relibc a bit, hadnt had any issues like this myself, but I tried it for a total of 5mins with a single app xD

    Leave a comment:


  • Almindor
    replied
    Originally posted by Quackdoc View Post

    ofc it's not consistent, it's not the same os.
    You don't understand. I mean it was inconsistent on the odd behavior. I debugged it down to a call to `mkdir` via the relibc (from a Rust stdlib call). It only failed in specific conditions of the app and FS structure. I asked on the chat and apparently there's some relibc issue.

    I'm not trying to be overly critical just saying that it seems even the basics are still very buggy on Redox atm.

    Leave a comment:


  • Quackdoc
    replied
    Originally posted by Almindor View Post
    I tried the latest release and found some odd filesystem issues when porting a Rust CLI program. The scary part is that it wasn't consistent. I think Redox needs some more time to mature on the basics.
    ofc it's not consistent, it's not the same os.

    Leave a comment:


  • Almindor
    replied
    I tried the latest release and found some odd filesystem issues when porting a Rust CLI program. The scary part is that it wasn't consistent. I think Redox needs some more time to mature on the basics.

    Leave a comment:


  • dragon321
    replied
    Originally posted by hf_139 View Post
    See!
    When the eunuchs create their own kernel, it's all good and there is no conflict.
    There is no conflict in Linux either, just few people that refuse to admit that the world moved on and modern developers are not going to use low level languages like in the 90's.

    Leave a comment:


  • mos87
    replied
    The more they "eye" the sooner they'll fold. So all good.

    Leave a comment:


  • HEX0
    replied
    Originally posted by mobadboy View Post

    no thanks

    until i hold a device, it remains theoretical. i remember spending many hours trying to find an L4 microkernel OS to play with, and never found one.

    meanwhile redox and helios just built their own. wonder why...........................................
    L3 was was to test if efficient IPC could make micro kernel fast. L4 was then rewritten in assembly and was supposedly 20 times faster than Mach kernel.

    Later L4 was rewritten in C++ to see if high level language could still achieve the high performance.

    Drew Devault said that Helios exist to prove a point that Hare is suitable to write kernels. Once you create the language, next step is to write a kernel in it to prove said language.


    Similarly Redox OS is to test viability of Rust for writing kernel and the rest of OS.


    Now why would either of the projects use L4 written in C++ when the whole point of Redox OS and Helios is to test the limits of Rust and Hare for OS programming.
    Last edited by HEX0; 03 October 2024, 01:51 AM.

    Leave a comment:


  • zankai
    replied
    Originally posted by hf_139 View Post
    When the eunuchs create their own kernel, it's all good and there is no conflict.
    The pot calling the kettle black : D

    Leave a comment:


  • mobadboy
    replied
    Originally posted by ayumu View Post

    Don't miss the seL4 summit, in a week or two.
    no thanks

    until i hold a device, it remains theoretical. i remember spending many hours trying to find an L4 microkernel OS to play with, and never found one.

    meanwhile redox and helios just built their own. wonder why...........................................

    Leave a comment:

Working...
X