Update README

このコミットが含まれているのは:
Vilyaem 2024-04-22 22:24:32 -04:00
コミット 64370af794
1個のファイルの変更37行の追加3行の削除

ファイルの表示

@ -4,7 +4,7 @@
I wrote an operating system,
I still hate computers"
- Vilyaem
~ Vilyaem
ZOS (zaws) is a free single-threaded single-user operating system written from scratch
in C (ANSI C89), Assembly, and S (its own programming language). ZOS is for the x86-64
@ -40,13 +40,27 @@ so its not a mystery why modern computing is an unending disaster.
Line count/complexity comparison:
Windows - >50,000,000 proprietary lines
Linux - >36,000,000 lines
Temple OS - 131,000 lines
FreeDOS - 32,000 lines
Dusk OS - 10,000 lines
86DOS - 7100 lines
ZOS - <2,500 lines
---
Screenshots:
@ -64,18 +78,36 @@ The issue/bug tracker is in the 'bug' file. Keeps this project independent from
Filemap:
.
├── README.md -- this file
├── bug -- bugs & issues go here
├── c.sh -- compiling script
├── main.c -- the entire source code
└── zos -- emulator executable
1 directory, 5 files
run ``./c.sh`` to compile the simulator.
run ``./c.sh X86`` to compile a bootable x86-64 image.
run ``./c.sh DUINO`` to compile for arduino.
Importance scale in issue tracking
1 - last concern
2 - important
@ -90,6 +122,8 @@ ZOS is under heavy construction, at this point it is a proof of concept.
_official ZOS donation fund_
Monero (XMR): 48Sxa8J6518gqp4WeGtQ4rLe6SctPrEnnCqm6v6ydjLwRPi9Uh9gvVuUsU2AEDw75meTHCNY8KfU6Txysom4Bn5qPKMJ75w
Wownero (WOW): WW2L2yC6DMg7GArAH3nqXPA6UBoRogf64GodceqA32SeZQpx27xd6rqN82e36KE48a8SAMSoXDB5WawAgVEFKfkw1Q5KSGfX9
If you have philanthropic interest in ZOS, contact Vilyaem.
@ -99,7 +133,7 @@ If you have philanthropic interest in ZOS, contact Vilyaem.
## LICENSE
``
`
CHRISTIAN FREE SOFTWARE LICENSE
CFSL
@ -126,4 +160,4 @@ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
``
`