diff --git a/README.md b/README.md index 97ab42ce..e03a1f71 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -![ToAruOS (logo)](https://github.com/klange/osdev/raw/master/initrd/bs.bmp) # ToAruOS (とあるOS) # +![ToAruOS (logo)](https://github.com/klange/osdev/raw/master/docs/logo.png) + This is a toy OS based on the POSIX standards. The primary goal of the project is for me to learn POSIX from the system side, understanding the design and constructon of an operating system on x86 hardware, and build a working implementation of the C standard library. Development of とあるOS is currently maintained by the UIUC [SIGOps](http://www.acm.uiuc.edu/sigops/). ## Screenshots ## diff --git a/docs/logo.png b/docs/logo.png new file mode 100644 index 00000000..39d6add7 Binary files /dev/null and b/docs/logo.png differ