summaryrefslogtreecommitdiff
path: root/Source/Kernel/SyscallManager/IDT.ns.cpp
Commit message (Expand)AuthorAgeFilesLines
* Loading binaries now is done through a much more unified interface.Alexis2112009-10-181-0/+4
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-171-2/+2
* User mode code can now run !Alexis2112009-10-171-1/+10
* We now use a temporary stack in task management for :Alexis2112009-10-161-2/+2
* Tasking now works with linked listsAlexis2112009-10-111-2/+2
* Exiting from a thread now works without hanging everything.Alexis2112009-10-091-1/+1
* The kernel shell is now in an independent class, KernelShell::Alexis2112009-10-021-1/+1
* We now have scrollable virtual terminals !Alexis2112009-09-201-1/+1
* Fixed some bugsAlexis2112009-09-121-1/+1
* Ok, exception handling happens in Thread::.Alexis2112009-09-061-43/+5
* Bug correctionAlexis2112009-09-061-4/+3
* Maybee some changesAlexis2112009-09-021-4/+11
* The Melon kernel now has support for simple multitaskingAlexis2112009-08-291-0/+23
* Some changesAlexis2112009-08-281-5/+8
* Lots of stuff added : heap, timer, device managment, ...Alexis2112009-08-221-0/+176