readme: updates

This commit is contained in:
K. Lange 2019-09-06 11:39:41 +09:00
parent 8a91bc8ce7
commit 487293913d
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# 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 70,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 80,000 lines of C and assembly, all of which is included in this repository.
![Screenshot](https://i.imgur.com/luDtlkU.png)
![Screenshot](https://user-images.githubusercontent.com/223546/64397089-ee1e1280-d09a-11e9-8f86-6952654fe69a.png)
*Demonstration of ToaruOS's UI, terminal emulator, editor, package manager, and file browser.*
## History