aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/core/idt.c
Commit message (Expand)AuthorAgeFilesLines
* Add keyboard handling code. New font thanks to Muazzam from OSDev!Alex Auvolat2015-03-111-1/+1
* Add better stack tracing technology (now uses kernel memory map!)Alex Auvolat2015-03-111-11/+5
* Change thread waiting technology. Slower but does not do crappy things like m...Alex Auvolat2015-03-111-1/+1
* Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ...Alex Auvolat2015-03-111-8/+9
* Begin work on GIP (Graphics Initiation Protocol)Alex Auvolat2015-03-111-1/+1
* Things are happenning ; lots of bugs.Alex Auvolat2015-03-101-1/+1
* Partial implement VFS pager (enough for ISO9660!)Alex Auvolat2015-03-091-1/+13
* Implement select ; add two tests for channels.Alex Auvolat2015-03-081-5/+10
* Process exiting & thread termination. IMPORTANT NOTE FOLLOWS.Alex Auvolat2015-03-041-0/+15
* Setup critical section management for parts that must not be interrupted.Alex Auvolat2015-03-021-0/+4
* Add PCI IDE driver (only PIO mode, no DMA yet.)Alex Auvolat2015-02-241-0/+1
* Several things :Alex Auvolat2015-02-191-1/+1
* Begin implementation of syscalls.Alex Auvolat2015-02-131-5/+5
* Implement some handling of user stuff...Alex Auvolat2015-02-131-4/+9
* Cleanup output.Alex Auvolat2015-02-131-2/+1
* Reorganize all.Alex Auvolat2015-02-091-0/+253