summaryrefslogtreecommitdiff
path: root/Source/Kernel/Core/Sys.ns.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Introduced V86 mode. It really fits in nicely :)Alexis2112009-11-081-8/+13
|
* More work on userland syscalls : Files are implemented.Alexis2112009-10-241-0/+5
| | | | TextFile now is a common (= kernel and userland) library.
* More work on syscalls and shellAlexis2112009-10-231-3/+14
|
* Re-organized everythingAlexis2112009-10-181-1/+1
|
* User mode code can now run !Alexis2112009-10-171-1/+8
| | | | | | We have a sample process (hardcoded in ASM in Task.wtf.asm) that displays a's and sleeps 20ms, but it's on a hidden virtual terminal so it's useless :D
* Tasking now works with linked listsAlexis2112009-10-111-3/+3
|
* Exiting from a thread now works without hanging everything.Alexis2112009-10-091-1/+1
|
* Added some screenshots :)Alexis2112009-09-201-1/+1
|
* We now have scrollable virtual terminals !Alexis2112009-09-201-3/+16
|
* Fixed some bugsAlexis2112009-09-121-0/+25
|
* Now we can read frop floppy drives !!! Next : FAT driver.Alexis2112009-08-311-1/+1
|
* We now have complete support for keybord, IN UTF-8 !!Alexis2112009-08-311-0/+15
|
* Lots of stuff added : heap, timer, device managment, ...Alexis2112009-08-221-4/+12
|
* Kernel now loads in higher half, and uses a VT for output.Alexis2112009-08-211-4/+11
|
* System boots up and shows a nice ASCII art logo.Alexis2112009-08-211-0/+66