Skip to content

Commit 48a7c65

Browse files
authored
Update README.md
1 parent c208b5e commit 48a7c65

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ A simple, text-based, single-tasking operating system written in C
99
<img width="88%" src="https://github.com/allkern/koalaos/assets/15825466/fb1f2cb0-221b-497a-9dae-76a502d6c7ac">
1010
</p>
1111

12+
# Features
13+
- Read-only access to ext2 filesystems
14+
- GPU-accelerated terminal renderer with limited support for ANSI escape sequences
15+
- Minimal implementation of standard Unix utilities (`cat`, `ls`, etc.)
16+
- Lightweight, minimal implementation of the C standard library
17+
- A built-in CHIP-8 emulator!
18+
- RTC support
19+
1220
# Building
1321
You have to get your hands on a MIPS R3000-compatible GCC toolchain, I used `mipsel-linux-gnu-` and this is what the Makefile is currently configured to use.
1422

@@ -31,3 +39,6 @@ The `src/config.h` file contains a couple configuration switches:
3139
There's no real reason to use this OS other than fun or torture, but if you decide to do so anyways, here's some useful information!
3240

3341
(WIP)
42+
43+
# Acknowledgements
44+
KoalaOS' standard C library implementation contains code from GCC, MUSL and Apple Open Source

0 commit comments

Comments
 (0)