| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Login with user=root;pass=admin or user=alexis211;pass=iamgod
|
|
|
|
| |
TextFile now is a common (= kernel and userland) library.
|
| |
|
| |
|
|
|
|
| |
This means I'll have to do syscalls for everything I need.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It will be used for transferring data from kernel to userland.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
These functions make it possible to read or write bytes on a partition
without worrying of sectors.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|