Merge branch 'master' of github.com:klange/osdev

This commit is contained in:
Kevin Lange 2011-11-03 17:06:40 -05:00
commit 65087e8a4e
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ This is a toy OS based on the POSIX standards. The primary goal of the project i
Here's what とあるOS looks like:
* [Empty kernel shell](http://i.imgur.com/44huV.jpg)
* [With a wallpaper and mouse cursor](http://i.imgur.com/eG0i9.png)
* [Running some GNU apps](http://i.imgur.com/aKyJb.png)
* [Playing a simple RPG](http://i.imgur.com/A7csE.jpg)
* [Generating Julia fractals](http://i.imgur.com/Uy3JJ.jpg)

View File

@ -2,7 +2,7 @@
## Harddisk Support
* Write support for EXT2
* Port EXT2 drivers to IDE read/write
* Port EXT2 drivers to IDE read/write (superblock read testing was successful)
* Build a better VFS with support for disk mounting
* Get all of the example binaries onto a hard disk image
* **PORT GCC**