serenity/Kernel
Andreas Kling 72bb80a9ae These changes were lying around uncommitted in the old repo.
I'm just gonna commit them without too much thinking and then take
it from there.
2018-10-16 11:06:35 +02:00
..
Boot Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
.gitignore Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
_fs_contents Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
_start.cpp Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
Assertions.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
CMOS.cpp Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
CMOS.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
DataBuffer.cpp Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
DataBuffer.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
Disk.cpp Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
Disk.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
DoublyLinkedList.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
Ext2FileSystem.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
ext2fs.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
FileSystem.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
fs.cpp Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
i386.cpp Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
i386.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
i8253.cpp These changes were lying around uncommitted in the old repo. 2018-10-16 11:06:35 +02:00
i8253.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
init.cpp These changes were lying around uncommitted in the old repo. 2018-10-16 11:06:35 +02:00
IO.cpp Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
IO.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
IPC.cpp Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
IPC.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
Keyboard.cpp Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
Keyboard.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
kmalloc.cpp Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
kmalloc.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
linker.ld Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
Makefile Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
OwnPtr.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
panel.cpp Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
PIC.cpp If an interrupt comes from the slave PIC, both PICs need an EOI. 2018-10-16 11:05:29 +02:00
PIC.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
Queue.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
RefCounted.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
RefPtr.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
run Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
StdLib.cpp Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
StdLib.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
String.cpp Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
String.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
Syscall.cpp These changes were lying around uncommitted in the old repo. 2018-10-16 11:06:35 +02:00
Syscall.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
system.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
Task.cpp These changes were lying around uncommitted in the old repo. 2018-10-16 11:06:35 +02:00
Task.h These changes were lying around uncommitted in the old repo. 2018-10-16 11:06:35 +02:00
TSS.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
types.h These changes were lying around uncommitted in the old repo. 2018-10-16 11:06:35 +02:00
Userspace.cpp These changes were lying around uncommitted in the old repo. 2018-10-16 11:06:35 +02:00
Userspace.h These changes were lying around uncommitted in the old repo. 2018-10-16 11:06:35 +02:00
Vector.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
VGA.cpp Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
VGA.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00