summaryrefslogtreecommitdiff
path: root/Source/Kernel/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Changed the way virtual terminal commands are handledAlexis2112009-12-231-1/+1
* Made status bar into a namespace, and added functionnalitiesAlexis2112009-12-211-0/+1
* Nothing, reallyAlexis2112009-12-191-1/+1
* Reading from HDD is now possible !Alexis2112009-11-291-0/+2
* Reading from the FAT12-formatted floppy works \oAlexis2112009-11-151-0/+1
* Added a game of life simulator demoAlexis2112009-11-131-1/+1
* Modified the way of calling V86 procedures, and calling BIOS intsAlexis2112009-11-111-1/+1
* Started working on some 2D graAlexis2112009-11-101-0/+2
* Switching to text mode now really switches to text mode.Alexis2112009-11-081-1/+1
* Nothing, really : put some utility functions in V86.nsAlexis2112009-11-081-0/+1
* Introduced V86 mode. It really fits in nicely :)Alexis2112009-11-081-0/+2
* Introduced PaperWork : our init/login manager.Alexis2112009-11-081-0/+1
* More work on userland syscalls : Files are implemented.Alexis2112009-10-241-1/+3
* More work on syscalls and shellAlexis2112009-10-231-1/+1
* Started working on user managmentAlexis2112009-10-211-0/+1
* Started working on a userland shellAlexis2112009-10-201-0/+1
* Heap included as well in userland libraryAlexis2112009-10-181-3/+4
* Syscall interface starts being implemented !Alexis2112009-10-181-1/+4
* Re-organized everythingAlexis2112009-10-181-7/+7
* We can now load ELF binaries !!!Alexis2112009-10-181-0/+1
* Loading binaries now is done through a much more unified interface.Alexis2112009-10-181-0/+2
* Each thread now has a kernel stack and an user stackAlexis2112009-10-171-1/+1
* Each Process now has a user heap.Alexis2112009-10-171-1/+1
* Heap is now in a separate class, Heap.Alexis2112009-10-131-0/+2
* Tasking now works with linked listsAlexis2112009-10-111-1/+1
* Added a simple random generatorAlexis2112009-10-111-1/+2
* Nothing, reallyAlexis2112009-10-091-58/+59
* The kernel shell is now in an independent class, KernelShell::Alexis2112009-10-021-0/+3
* Implemented FileVT.Alexis2112009-09-201-0/+1
* Implemented PipeVT.Alexis2112009-09-201-0/+1
* We now have scrollable virtual terminals !Alexis2112009-09-201-2/+4
* Lot of changes. Log now go to /System/Logs/*.logAlexis2112009-09-191-0/+2
* Implemented ByteArray and wf command.Alexis2112009-09-191-0/+1
* Class for file descriptors introduced : File. Not used yet.Alexis2112009-09-131-0/+1
* We now can navigate in the VFS using the integrated shell.Alexis2112009-09-131-0/+2
* Ram file system seems to work \o/Alexis2112009-09-131-0/+1
* Nothing, reallyAlexis2112009-09-111-1/+1
* Added read() and write() functions to Partition::Alexis2112009-09-061-1/+1
* Now we can read frop floppy drives !!! Next : FAT driver.Alexis2112009-08-311-1/+5
* We now have complete support for keybord, IN UTF-8 !!Alexis2112009-08-311-2/+6
* We now have (partial) support for UTF-8.Alexis2112009-08-291-1/+2
* The Melon kernel now has support for simple multitaskingAlexis2112009-08-291-0/+4
* Lots of stuff added : heap, timer, device managment, ...Alexis2112009-08-221-2/+15
* Kernel now loads in higher half, and uses a VT for output.Alexis2112009-08-211-0/+2
* System boots up and shows a nice ASCII art logo.Alexis2112009-08-211-0/+50