sortix--sortix/kernel
Jonas 'Sortie' Termansen 398eee1a8b Add AHCI driver. 2016-02-02 22:47:49 +01:00
..
disk Add AHCI driver. 2016-02-02 22:47:49 +01:00
fs Simplify directory reading. 2016-01-26 18:42:54 +01:00
gpu/bga
include/sortix Rewrite ATA driver. 2016-02-02 22:47:49 +01:00
kb
mouse
net
x64 Add paging no-execute and write protection support. 2016-01-25 17:39:57 +01:00
x86 Add paging no-execute and write protection support. 2016-01-25 17:39:57 +01:00
x86-family Refactor boot page availability testing. 2016-01-26 17:51:25 +01:00
.gitignore
Makefile Add AHCI driver. 2016-02-02 22:47:49 +01:00
addralloc.cpp
alarm.cpp
clock.cpp
com.cpp
com.h
copy.cpp
crc32.cpp
debugger.cpp Add termios(2). 2016-01-25 15:47:40 +01:00
descriptor.cpp Simplify directory reading. 2016-01-26 18:42:54 +01:00
dtable.cpp
elf.cpp Add paging no-execute and write protection support. 2016-01-25 17:39:57 +01:00
end.cpp
fcache.cpp
fsfunc.cpp
hostname.cpp
identity.cpp
initrd.cpp Simplify directory reading. 2016-01-26 18:42:54 +01:00
initrd.h
inode.cpp Simplify directory reading. 2016-01-26 18:42:54 +01:00
interlock.cpp
interrupt.cpp
io.cpp Fix fsm_mountat(2) error handling. 2016-01-27 21:36:04 +01:00
ioctx.cpp
kernel.cpp Add AHCI driver. 2016-02-02 22:47:49 +01:00
kernelinfo.cpp Add kernelinfo firmware string. 2016-01-26 17:45:06 +01:00
kthread.cpp
lfbtextbuffer.cpp Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
lfbtextbuffer.h Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
linebuffer.cpp Add termios(2). 2016-01-25 15:47:40 +01:00
linebuffer.h Add termios(2). 2016-01-25 15:47:40 +01:00
log.cpp Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
logterminal.cpp Add termios(2). 2016-01-25 15:47:40 +01:00
logterminal.h Add termios(2). 2016-01-25 15:47:40 +01:00
memorymanagement.cpp Add paging no-execute and write protection support. 2016-01-25 17:39:57 +01:00
mtable.cpp
multiboot.h
op-new.cpp
panic.cpp
partition.cpp
partition.h
pci-mmio.cpp
pci.cpp
pipe.cpp
poll.cpp
process.cpp Execute only programs with an executable bit set. 2016-01-25 17:39:57 +01:00
psctl.cpp
ptable.cpp
random.cpp
refcount.cpp
registers.cpp
resource.cpp
scheduler.cpp
segment.cpp
signal.cpp
sockopt.cpp
string.cpp
symbol.cpp
syscall.cpp Add termios(2). 2016-01-25 15:47:40 +01:00
textbuffer.cpp
textterminal.cpp Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
textterminal.h Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
thread.cpp
time.cpp
timer.cpp
uart.cpp
uart.h
user-timer.cpp
vga.cpp
vga.h
vgafont.f16
vgatextbuffer.cpp Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
vgatextbuffer.h Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
video.cpp
vnode.cpp Simplify directory reading. 2016-01-26 18:42:54 +01:00
worker.cpp