mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
readme edits
This commit is contained in:
parent
7ecea586ae
commit
a539c8fd47
22
README.txt
22
README.txt
|
@ -258,13 +258,14 @@ COMMITMENT TO LONG TERM STABILITY
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
The core mission of inxi is to always work on all systems all the time. Well,
|
The core mission of inxi is to always work on all systems all the time. Well,
|
||||||
all systems with the core tools inxi requires to operate installed. Ie, not
|
all systems with the core tools inxi requires to operate installed.
|
||||||
Android, yet. What this means is this: you can have a 10 year old box, or
|
|
||||||
probably 15, not sure, and you can install today's inxi on it, and it will run.
|
What this means is this: you can have a 10 year old box, or probably 15, not
|
||||||
It won't run fast, but it will run. I test inxi on a 200 MHz laptop from about
|
sure, and you can install today's inxi on it, and it will run. It won't run
|
||||||
1998 to keep it honest. That's also what was used to optimize the code at some
|
fast, but it will run. I test inxi on a 200 MHz laptop from about 1998 to
|
||||||
points, since differences appear as seconds, not 10ths or 100ths of seconds on
|
keep it honest. That's also what was used to optimize the code at some points,
|
||||||
old systems like that.
|
since differences appear as seconds, not 10ths or 100ths of seconds on old
|
||||||
|
systems like that.
|
||||||
|
|
||||||
inxi is being written, and tested, on Perl as old as 5.08, and will work on any
|
inxi is being written, and tested, on Perl as old as 5.08, and will work on any
|
||||||
system that runs Perl 5.08 or later. Pre 2.9.0 Gawk/Bash inxi will also run on
|
system that runs Perl 5.08 or later. Pre 2.9.0 Gawk/Bash inxi will also run on
|
||||||
|
@ -376,9 +377,10 @@ BSD / UNIX
|
||||||
|
|
||||||
BSD support is not as complete as GNU/Linux support due to the fact some of the
|
BSD support is not as complete as GNU/Linux support due to the fact some of the
|
||||||
data simply is not available, or is structured in a way that makes it unique to
|
data simply is not available, or is structured in a way that makes it unique to
|
||||||
each BSD. This fragmentation makes supporting BSDs far more difficult than it
|
each BSD, or is difficult to process. This fragmentation makes supporting BSDs
|
||||||
should be in the 21st century. The BSD support in inxi is an ongoing process,
|
far more difficult than it should be in the 21st century. The BSD support in
|
||||||
with more features being added as new data sources and types are discovered.
|
inxi is an ongoing process, with more features being added as new data sources
|
||||||
|
and types are discovered.
|
||||||
|
|
||||||
Note that due to time/practicality constraints, in general, only the original
|
Note that due to time/practicality constraints, in general, only the original
|
||||||
BSD branches will be actively supported: FreeBSD+derived; OpenBSD+derived;
|
BSD branches will be actively supported: FreeBSD+derived; OpenBSD+derived;
|
||||||
|
|
Loading…
Reference in a new issue