Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added file streams and string streams | Alexis211 | 2009-12-20 | 1 | -0/+1 |
| | |||||
* | make qemu-hdd now works great | Alexis211 | 2009-11-29 | 2 | -7/+27 |
| | |||||
* | Reading from HDD is now possible ! | Alexis211 | 2009-11-29 | 3 | -8/+34 |
| | |||||
* | Fixed some stuff | Alexis211 | 2009-11-28 | 3 | -7/+7 |
| | |||||
* | Caching mechanism added and floppy driver fixed on qemu/vbox | Alexis211 | 2009-11-28 | 6 | -5/+129 |
| | |||||
* | Added some screenshots, re-organized some stuff. | Alexis211 | 2009-11-27 | 6 | -2/+90 |
| | |||||
* | Re-organized file system stuff. | Alexis211 | 2009-11-25 | 3 | -1/+32 |
| | |||||
* | Mount points seem to work, mostly owing to dark magic. | Alexis211 | 2009-11-15 | 6 | -23/+101 |
| | |||||
* | Made some minor changes, for compatibility | Nicolas BERNSTEIN | 2009-10-26 | 1 | -0/+1 |
| | |||||
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 9 | -111/+121 |
| | | | | TextFile now is a common (= kernel and userland) library. | ||||
* | Added some screenshots (\o/) and implemented mkdir in userland. | Alexis211 | 2009-10-23 | 3 | -0/+45 |
| | |||||
* | Some changes, and implemented rm in userland shell. | Alexis211 | 2009-10-23 | 5 | -6/+22 |
| | |||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 4 | -1/+47 |
| | |||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 2 | -7/+49 |
| | |||||
* | Started working on a userland shell | Alexis211 | 2009-10-20 | 2 | -2/+48 |
| | | | | This means I'll have to do syscalls for everything I need. | ||||
* | Re-organized everything | Alexis211 | 2009-10-18 | 4 | -5/+5 |
| | |||||
* | Each thread now has a kernel stack and an user stack | Alexis211 | 2009-10-17 | 1 | -1/+1 |
| | |||||
* | Tasking now works with linked lists | Alexis211 | 2009-10-11 | 1 | -2/+2 |
| | |||||
* | Nothing intresting | Alexis211 | 2009-09-26 | 5 | -2/+29 |
| | |||||
* | Oops... TextFile.class.* wasn't included in previous commit... | Alexis211 | 2009-09-20 | 2 | -0/+42 |
| | |||||
* | Lot of changes. Log now go to /System/Logs/*.log | Alexis211 | 2009-09-19 | 2 | -3/+8 |
| | |||||
* | Implemented ByteArray and wf command. | Alexis211 | 2009-09-19 | 2 | -2/+32 |
| | |||||
* | cat command now uses the File class. | Alexis211 | 2009-09-15 | 1 | -1/+2 |
| | |||||
* | Added a few commands to kernel shell (rm && mkdir). | Alexis211 | 2009-09-14 | 2 | -1/+4 |
| | | | | Also fixed a bug in VFS::remove. | ||||
* | Class for file descriptors introduced : File. Not used yet. | Alexis211 | 2009-09-13 | 6 | -5/+302 |
| | |||||
* | We now can navigate in the VFS using the integrated shell. | Alexis211 | 2009-09-13 | 6 | -45/+104 |
| | |||||
* | Ram file system seems to work \o/ | Alexis211 | 2009-09-13 | 7 | -98/+135 |
| | |||||
* | Created some files | Alexis211 | 2009-09-13 | 5 | -2/+85 |
| | |||||
* | Started working on the VFS | Alexis211 | 2009-09-13 | 2 | -0/+87 |
| | |||||
* | Nothing, really | Alexis211 | 2009-09-11 | 1 | -1/+3 |
| | |||||
* | Added read() and write() functions to Partition:: | Alexis211 | 2009-09-06 | 2 | -0/+45 |
| | | | | | These functions make it possible to read or write bytes on a partition without worrying of sectors. | ||||
* | Maybee some changes | Alexis211 | 2009-09-02 | 1 | -0/+0 |
| | |||||
* | Now we can read frop floppy drives !!! Next : FAT driver. | Alexis211 | 2009-08-31 | 5 | -0/+130 |