ladybird/Kernel
Andreas Kling 705832f387 List the root directory after mounting /.
So cool that it works! It's spewing out a bunch of terminal escape sequences
that the OS console obviously doesn't support, but we'll get there too.
2018-10-17 11:47:14 +02:00
..
Boot Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +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
.bochsrc Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +02:00
.gitignore Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
Assertions.h Add a simple IDEDiskDevice class that implements DiskDevice from VFS. 2018-10-16 14:17:43 +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
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
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
IDEDiskDevice.cpp Add a simple IDEDiskDevice class that implements DiskDevice from VFS. 2018-10-16 14:17:43 +02:00
IDEDiskDevice.h Add a simple IDEDiskDevice class that implements DiskDevice from VFS. 2018-10-16 14:17:43 +02:00
init.cpp List the root directory after mounting /. 2018-10-17 11:47:14 +02:00
InlineLinkedList.h Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +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 Add the basic character devices to kernel. 2018-10-16 14:33:16 +02:00
kassert.h Add a simple IDEDiskDevice class that implements DiskDevice from VFS. 2018-10-16 14:17:43 +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
kstdio.h Add the basic character devices to kernel. 2018-10-16 14:33:16 +02:00
ktime.h VirtualFileSystem class builds inside Kernel. 2018-10-17 11:40:58 +02:00
linker.ld Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
Makefile List the root directory after mounting /. 2018-10-17 11:47:14 +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 Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +02:00
StdLib.cpp Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +02:00
StdLib.h Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +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 Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +02:00
Task.h Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +02:00
TSS.h Import the "gerbert" kernel I worked on earlier this year. 2018-10-16 11:02:00 +02:00
types.h Add the basic character devices to kernel. 2018-10-16 14:33:16 +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
VGA.cpp VirtualFileSystem class builds inside Kernel. 2018-10-17 11:40:58 +02:00
VGA.h VirtualFileSystem class builds inside Kernel. 2018-10-17 11:40:58 +02:00