summaryrefslogtreecommitdiff
path: root/Source/Kernel/VTManager/VirtualTerminal.proto.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changed the way keyboard handling works, fixing a bug.Alexis2112009-11-141-1/+3
|
* Introduced PaperWork : our init/login manager.Alexis2112009-11-081-19/+0
| | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod
* More workAlexis2112009-10-211-1/+2
|
* Implemented static syscalls, specific to a class and not an object.Alexis2112009-10-201-0/+6
|
* We now have call tables for ressources.Alexis2112009-10-201-6/+14
| | | | instead of adding calls to ressource in the constructor.
* More work on syscallsAlexis2112009-10-181-0/+3
|
* Syscall interface starts being implemented !Alexis2112009-10-181-1/+6
|
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-171-1/+1
| | | | The format is very simple, but an ELF loader is planned.
* We now have scrollable virtual terminals !Alexis2112009-09-201-0/+74