Merge branch 'master' of github.com:klange/osdev
This commit is contained in:
commit
65087e8a4e
@ -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)
|
||||
|
2
TODO.md
2
TODO.md
@ -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**
|
||||
|
Loading…
Reference in New Issue
Block a user