Skip to content

Commit 24dba80

Browse files
author
Mahdi
committedJun 20, 2024
Update README.md
1 parent e2bedda commit 24dba80

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed
 

‎README.md

+23-9
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,24 @@
33
</p>
44

55
---
6-
<h3 style="text-align: center">JVM/Linux Operating System</h2>
7-
This is a new idea and the first version of Java-based operating system.
8-
This operating system is designed and implemented to run Java projects based on the `Java platform modular system (JPMS)`.
9-
In this operating system, there is no news of the `GNU` project anymore, and all control and management of the operating system is done through `Java`.
10-
The init program is rewritten with `rust` programming language.
6+
<h3 style="text-align: center">JVM/Linux Operating System</h2>
7+
This is a new idea and the first version of Java-based operating system.
8+
This operating system is designed and implemented to run Java projects based on the `Java platform modular system (JPMS)`.
9+
In this operating system, there is no news of the `GNU` project anymore, and all control and management of the operating system is done through `Java`.
10+
**Note:** The init program is rewritten with `rust` programming language.
11+
12+
### License
13+
This operating system distributed under GPL v2 license,
14+
**Note:** You have to pay for access to the source code.
15+
https://www.gnu.org/philosophy/selling.en.html
1116

1217
---
1318
<p align="center">
1419
<img src="./pictures/p2.png" alt="JOS"/>
1520
</p>
1621

1722
Current Features :
18-
* Control environment variables
23+
* Environment variables
1924
* Hostname
2025
* Networking :
2126
* Activate/Deactivate interface
@@ -31,13 +36,22 @@ Current Features :
3136
* Monitoring & log
3237
* File appender
3338
* Syslog appender
34-
* OCI (Used Podman engine)
35-
* Full modular operating system based on JPMS
39+
* **OCI (Used Podman engine)**
40+
* **Full modular operating system based on JPMS**
3641
* Filesystem controller
3742
* Mount/Unmount (devtmpfs, sysfs, proc, ext4, ext3, btrfs, overlayFS, ntfs, vfat, swap, iso9660)
3843
* Swap off/on
3944
* Disk space usage
4045
* resolver (dns name server)
4146
* Network diagnostics
4247
* ping
43-
48+
* **Admin web panel (default port 7080)**
49+
50+
### Donat
51+
this is my cryptocurrency wallet address .
52+
Please help me to buy equipments
53+
54+
<p align="center">
55+
<img src="./pictures/erc20_wallet_address.png" alt="JOS" width="250"/>
56+
<img src="./pictures/trc20_wallet_address.png" alt="JOS" width="250"/>
57+
</p>

‎pictures/erc20_wallet_address.png

16.8 KB
Loading

‎pictures/trc20_wallet_address.png

16.8 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.