summaryrefslogtreecommitdiff
path: root/Kernel/Makefile
AgeCommit message (Expand)Author
2018-11-07Move the scheduler code to its own class.Andreas Kling
2018-11-07Rename FileHandle to FileDescriptor.Andreas Kling
2018-11-07Fix sys$sigaction() to return the old action metadata if requested.Andreas Kling
2018-11-07Miscellaneous compat work while seeing if GNU coreutils would build.Andreas Kling
2018-11-04Merge ExecSpace into ELFLoader.Andreas Kling
2018-11-02Make IO helpers inline and use immediate-encoded ports when possible.Andreas Kling
2018-11-01Process now maps regions immediately when they are allocated.Andreas Kling
2018-10-30Start working on virtual consoles/TTYs.Andreas Kling
2018-10-28Add a VFS::absolutePath(InodeIdentifier).Andreas Kling
2018-10-28Canonicalize the path used by sh.Andreas Kling
2018-10-27Implement loading of linked ELF executables.Andreas Kling
2018-10-27Remove the obsolete "Userspace" stuff.Andreas Kling
2018-10-26Add a very hackish /proc/PID/stack.Andreas Kling
2018-10-25Add gettimeofday() syscall and LibC wrappers gettimeofday() and time().Andreas Kling
2018-10-25Remove old DatBuffer class.Andreas Kling
2018-10-25Remove age-old IPC stuff that wasn't working anyway.Andreas Kling
2018-10-23Remove remains of the old "panel" task.Andreas Kling
2018-10-23Start adding a basic /proc filesystem and a "ps" utility.Andreas Kling
2018-10-22Import very modest Userland.Andreas Kling
2018-10-22Move kprintf to its own file. It has nothing to do with VGA anymore.Andreas Kling
2018-10-22Add IRQHandler class that can be subclasses to handle an IRQ.Andreas Kling
2018-10-21Add a Console device and start refactoring screen output.Andreas Kling
2018-10-18Build ELFLoader into Kernel.Andreas Kling
2018-10-17Add basic paging. Only identity maps the bottom 4MB as a start.Andreas Kling
2018-10-17Add -fno-pic -fno-pie to build flags.Andreas Kling
2018-10-17Print the contents of motd.txt on boot.Andreas Kling
2018-10-17List the root directory after mounting /.Andreas Kling
2018-10-17VirtualFileSystem class builds inside Kernel.Andreas Kling
2018-10-17Integrate ext2 from VFS into Kernel.Andreas Kling
2018-10-16Add the basic character devices to kernel.Andreas Kling
2018-10-16Add a simple IDEDiskDevice class that implements DiskDevice from VFS.Andreas Kling
2018-10-16Import the "gerbert" kernel I worked on earlier this year.Andreas Kling