summaryrefslogtreecommitdiff
path: root/Source/Library/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Revive MelonAlex AUVOLAT2014-10-281-2/+2
|
* Changed the way virtual terminal commands are handledAlexis2112009-12-231-6/+4
| | | | | These commands include those for moving the cursor, showing/hiding it, changing the color, ...
* [not tested] Introduced StreamApp.classAlexis2112009-12-201-0/+1
|
* Added file streams and string streamsAlexis2112009-12-201-0/+2
|
* Worked on IStream. Seems to workAlexis2112009-12-201-0/+1
|
* [not really working] Started work on OStreamAlexis2112009-12-201-0/+1
|
* Added some option handling featurs to the default ShellApp classAlexis2112009-12-171-0/+1
|
* Added a game of life simulator demoAlexis2112009-11-131-1/+3
|
* More work on userland syscalls : Files are implemented.Alexis2112009-10-241-2/+3
| | | | TextFile now is a common (= kernel and userland) library.
* More work on syscalls and shellAlexis2112009-10-231-0/+1
|
* Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfreeAlexis2112009-10-181-0/+1
| | | | | | | I renamed them so that they could have the same name in userland and in kernel space. We'll just know that if we're writing kernel code then we are allocating stuff in kernel memory, and if we're writing user code then we're allocating userland memory.
* Heap included as well in userland libraryAlexis2112009-10-181-1/+11
|
* Syscall interface starts being implemented !Alexis2112009-10-181-1/+3
|
* Re-organized everythingAlexis2112009-10-181-0/+33