Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Sortix in essential types #62

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

sideeffect42
Copy link
Member

I couldn't hold myself back from adding support for the Sortix hobby OS.

There's two issues still left (those are bugs and unimplemented features on Sortix' side):

  • explorer/memory:
    • The %.f format isn't implemented
  • explorer/{disks,interfaces}:
    • disked/ifconfig fail when trying to open /dev/tty over a non-interactive SSH session; a workaround is to use ssh -tt
  • type/__file:
    • there is no cksum(1) so the cksum explorer fails; a workaround is to install a Python-based cksum replacement manually.
    • I needed to add a workaround in the stat explorer until Sortix' ls(1) supports -n

@4nd3r
Copy link
Member

4nd3r commented Aug 11, 2022

Noice.

But this review will take some time, because I want to actually try it out first...

@sideeffect42
Copy link
Member Author

But this review will take some time, because I want to actually try it out first...

No hurry, it's a just for the lulz PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants