-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
# Open-PoniX | ||
|
||
# This project represents years of improving thinstation 2.2 and adjusting it to comply | ||
# with the modern hardware. | ||
# | ||
# This projects consists of two parts: constructor and sources. | ||
# | ||
# In order to introduce minor changes (such as include/exclude different packages or try out | ||
# different RDP clients) and build your own ponix you can use the constructor part. | ||
# | ||
# Things get messy when you need to update drivers or kernel modules/settings. For that | ||
# you will need the source part. | ||
# This will require you to run ./RUNME file to enter toolchain environment, compile all | ||
# neccessary modules or files and transfer them to the constructor | ||
# |