readme: let's just round to 70k for now

This commit is contained in:
K. Lange 2018-12-07 16:30:20 +09:00
parent 0293680a87
commit 80c484f78e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# ToaruOS
ToaruOS is a hobbyist, educational, Unix-like operating system built entirely from scratch and capable of hosting Python 3 and GCC. It includes a kernel, bootloader, dynamic linker, C standard library, composited windowing system, package manager, and several utilities and applications. All components of the core operating system are original, providing a complete environment in approximately 65,000 lines of C and assembly, all of which is included in this repository.
ToaruOS is a hobbyist, educational, Unix-like operating system built entirely from scratch and capable of hosting Python 3 and GCC. It includes a kernel, bootloader, dynamic linker, C standard library, composited windowing system, package manager, and several utilities and applications. All components of the core operating system are original, providing a complete environment in approximately 70,000 lines of C and assembly, all of which is included in this repository.
![Screenshot](https://i.imgur.com/luDtlkU.png)
*Demonstration of ToaruOS's UI, terminal emulator, editor, package manager, and file browser.*