aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/core/idt.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | - disambiguate syscall.h : kernel syscall.h moved to sct.h - fix btree_remove_v !! (munmap fucked up stuff before) - make nullfs's directory listing non-exclusive (it actually copies the listing on open() and readdir()'s from that copy)
* 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