Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |