Skip to content

Commit c0ff3b9

Browse files
authored
Updates README to clarify our goal (#1142)
1 parent 6fec26d commit c0ff3b9

File tree

13 files changed

+10
-2179
lines changed

13 files changed

+10
-2179
lines changed

Cargo.lock

-134
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ members = [
99
"src/fs",
1010
"src/llt",
1111
"src/obconf",
12-
"src/pfs",
1312
"src/tls",
1413
]
1514

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Obliteration is a free and open-source PlayStation 4 kernel rewritten in Rust. O
88

99
This project started as a hard-fork from [Kyty](https://github.com/InoriRus/Kyty). Then we decided to rewrite the whole project from scratch by using Kyty and [Uplift](https://github.com/idc/uplift) as a reference to help us getting started with the project.
1010

11+
Our ultimate goal is to become a permissive free and open-source operating system optimized for gaming that can run on a variety of hardware. The reason we want to built this because:
12+
13+
- Windows is bloated and Microsoft keep pushing too many things into it.
14+
- Linux is a nightmare for beginners. Its license also making it not an ideal choice for a proprietary hardware.
15+
- macOS has a limited set of hardware and its price too expensive. You can get a PC with high-end graphic card at the same price.
16+
- FreeBSD and the others was not designed for gaming. Their goal are either a server or a general desktop.
17+
18+
So we want to take this opportunity to go beyond a PlayStation 4 emulator since we already building an operating system kernel.
19+
1120
The project logo and icon was designed by [VocalFan](https://github.com/VocalFan).
1221

1322
## Get a daily build
@@ -24,8 +33,6 @@ We use icons from https://materialdesignicons.com for UI.
2433

2534
## License
2635

27-
- `src/param`, `src/pfs` and `src/pkg` are licensed under LGPL-3.0.
28-
- All other source code are licensed under either MIT License or Apache License, Version 2.0; or both.
29-
- All release binaries are under GPL-3.0.
36+
All source code are licensed under either MIT License or Apache License, Version 2.0; or both.
3037

3138
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Obliteration by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

0 commit comments

Comments
 (0)