summaryrefslogtreecommitdiff
path: root/Source/Kernel/VTManager
Commit message (Collapse)AuthorAgeFilesLines
* [not tested] Introduced StreamApp.classAlexis2112009-12-201-1/+1
|
* Added file streams and string streamsAlexis2112009-12-201-0/+3
|
* Minor editAlexis2112009-11-291-0/+2
|
* Changed the way keyboard handling works, fixing a bug.Alexis2112009-11-144-19/+25
|
* Added a game of life simulator demoAlexis2112009-11-138-9/+48
|
* Modified the way of calling V86 procedures, and calling BIOS intsAlexis2112009-11-111-1/+5
|
* Nothing, really : put some utility functions in V86.nsAlexis2112009-11-081-1/+1
|
* Introduced PaperWork : our init/login manager.Alexis2112009-11-083-22/+24
| | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod
* More work on userland syscalls : Files are implemented.Alexis2112009-10-241-1/+1
| | | | TextFile now is a common (= kernel and userland) library.
* More work on syscalls and shellAlexis2112009-10-231-0/+1
|
* More workAlexis2112009-10-211-1/+2
|
* Implemented static syscalls, specific to a class and not an object.Alexis2112009-10-202-0/+8
|
* We now have call tables for ressources.Alexis2112009-10-203-11/+44
| | | | instead of adding calls to ressource in the constructor.
* More work on syscallsAlexis2112009-10-183-0/+21
|
* Heap included as well in userland libraryAlexis2112009-10-181-1/+1
|
* Syscall interface starts being implemented !Alexis2112009-10-183-2/+24
|
* Re-organized everythingAlexis2112009-10-183-5/+5
|
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-173-3/+4
| | | | The format is very simple, but an ELF loader is planned.
* nothingAlexis2112009-10-171-1/+2
|
* Tasking now works with linked listsAlexis2112009-10-111-1/+1
|
* Implemented FileVT.Alexis2112009-09-203-1/+87
|
* Implemented PipeVT.Alexis2112009-09-204-1/+56
|
* We now have scrollable virtual terminals !Alexis2112009-09-209-117/+274
|
* Changes in mutexes, vectors and VTs :Alexis2112009-09-183-5/+11
| | | | | | mutexes now use the atomic_exchang defined in Task.wtf.asm some vector methods are now declared const VTs now can display (decimal) 64bit integers
* Merge branch 'vfs'Alexis2112009-09-132-3/+3
|\
| * RamFS creatable but not loadable yetAlexis2112009-09-132-3/+3
| |
* | Nothing, reallyAlexis2112009-09-131-1/+1
|/
* Nothing, reallyAlexis2112009-09-112-7/+7
|
* Bug correctionAlexis2112009-09-061-1/+0
|
* Maybee some changesAlexis2112009-09-021-9/+9
|
* Now we can read frop floppy drives !!! Next : FAT driver.Alexis2112009-08-312-0/+30
|
* We now have complete support for keybord, IN UTF-8 !!Alexis2112009-08-313-3/+83
|
* We now have (partial) support for UTF-8.Alexis2112009-08-292-16/+17
|
* cleanupAlexis2112009-08-292-0/+0
|
* Some changesAlexis2112009-08-292-0/+0
|
* Lots of stuff added : heap, timer, device managment, ...Alexis2112009-08-224-4/+61
|
* Kernel now loads in higher half, and uses a VT for output.Alexis2112009-08-212-0/+209