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