Skip to content

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

@sideeffect42 sideeffect42 requested a review from 4nd3r August 11, 2022 20:22
@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