Skip to content

Commit

Permalink
docs: Updated docs
Browse files Browse the repository at this point in the history
- Updated README.md to include community information.
- Bumped copyright year in LICENSE.md.
  • Loading branch information
trungnt2910 committed Dec 17, 2023
1 parent f590514 commit c102394
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2022 Trung Nguyen
Copyright (C) 2022-2023 Trung Nguyen

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# HyClone

[![Discord Invite](https://dcbadge.vercel.app/api/server/ThUzHbEqn9?style=flat)](https://discord.gg/ThUzHbEqn9) 
[![Build](https://github.com/trungnt2910/hyclone/actions/workflows/build.yml/badge.svg)](https://github.com/trungnt2910/hyclone/actions/workflows/build.yml)

HyClone is a runtime environment for [Haiku](https://github.com/haiku/haiku) applications.
Expand Down Expand Up @@ -161,4 +162,10 @@ HyClone remote desktop:
### Notes

- Many apps might not work on HyClone as this project is still in its early stages. You might run into errors or missing syscalls ("stubs"). If you encounter any of these, please let me know by opening an issue.
- The host's root is mounted on HyClone as `/SystemRoot`. When translating calls from Haiku to the host system, HyClone maps the Haiku root to `$HPREFIX`, and when translating the results, HyClone appends `/SystemRoot` to the host's root.
- The host's root is mounted on HyClone as `/SystemRoot`. When translating calls from Haiku to the host system, HyClone maps the Haiku root to `$HPREFIX`, and when translating the results, HyClone appends `/SystemRoot` to the host's root.

## Community

This repo is a part of [Project Reality](https://discord.gg/ThUzHbEqn9).

Need help using this project? Join me on [Discord](https://discord.gg/ThUzHbEqn9), and let's find a solution together.

0 comments on commit c102394

Please sign in to comment.