1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 02:20:59 +00:00
serenity/Kernel
2020-02-10 20:16:50 +01:00
..
ACPI Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetal 2020-02-09 19:38:17 +01:00
Arch/i386 Kernel: Add getter and setter for the X86 CR3 register 2020-02-10 20:00:32 +01:00
Devices AK: Remove bitrotted Traits::dump() mechanism 2020-02-10 11:55:34 +01:00
FileSystem AK: Remove bitrotted Traits::dump() mechanism 2020-02-10 11:55:34 +01:00
Heap Kernel: Apply changes to use LibBareMetal definitions 2020-02-09 19:38:17 +01:00
Net AK: Remove bitrotted Traits::dump() mechanism 2020-02-10 11:55:34 +01:00
PCI Kernel: Apply changes to use LibBareMetal definitions 2020-02-09 19:38:17 +01:00
TTY Kernel: Apply changes to use LibBareMetal definitions 2020-02-09 19:38:17 +01:00
VM Kernel: Add getter and setter for the X86 CR3 register 2020-02-10 20:00:32 +01:00
.bochsrc
.gitignore
Assertions.h Kernel: Remove more <LibBareMetal/Output/kstdio.h> includes 2020-02-10 12:07:48 +01:00
build-image-grub.sh Partition Table: Change Script files 2020-02-02 00:20:41 +01:00
build-image-qemu.sh Meta: Fix shellcheck warnings in various scripts 2020-02-10 10:46:25 +01:00
build-root-filesystem.sh WebServer: Implement a very basic HTTP server :^) 2020-02-09 14:15:55 +01:00
CMOS.cpp Kernel: Apply changes to use LibBareMetal definitions 2020-02-09 19:38:17 +01:00
CMOS.h
debug-kernel
DoubleBuffer.cpp
DoubleBuffer.h
FB.h
grub-ebr.cfg Partition Table: Change Script files 2020-02-02 00:20:41 +01:00
grub-gpt.cfg Partition Table: Change Script files 2020-02-02 00:20:41 +01:00
grub-mbr.cfg Partition Table: Change Script files 2020-02-02 00:20:41 +01:00
init.cpp AK: Remove bitrotted Traits::dump() mechanism 2020-02-10 11:55:34 +01:00
InterruptHandler.cpp
InterruptHandler.h
IRQHandler.cpp
IRQHandler.h
KBuffer.h
KBufferBuilder.cpp
KBufferBuilder.h
KernelInfoPage.h
KeyCode.h
KParams.cpp
KParams.h
KResult.h Kernel: Add KResultOr<T>::result() 2020-02-08 11:57:53 +01:00
KSyms.cpp
KSyms.h
linker.ld
Lock.cpp
Lock.h
makeall.sh Meta: Fix shellcheck warnings in various scripts 2020-02-10 10:46:25 +01:00
Makefile Kernel: Apply changes to use LibBareMetal definitions 2020-02-09 19:38:17 +01:00
mkmap.sh Meta: Fix shellcheck warnings in various scripts 2020-02-10 10:46:25 +01:00
Module.h
MousePacket.h Kernel: Add support for vmmouse 2020-02-04 19:11:52 +01:00
Multiboot.h
PerformanceEventBuffer.cpp Kernel: Start working on a syscall for logging performance events 2020-02-02 20:26:27 +01:00
PerformanceEventBuffer.h Kernel: Start working on a syscall for logging performance events 2020-02-02 20:26:27 +01:00
Process.cpp Kernel+LibC: Merge sys$stat() and sys$lstat() 2020-02-10 19:49:49 +01:00
Process.h Kernel+LibC: Merge sys$stat() and sys$lstat() 2020-02-10 19:49:49 +01:00
ProcessTracer.cpp AK: Remove bitrotted Traits::dump() mechanism 2020-02-10 11:55:34 +01:00
ProcessTracer.h
Profiling.cpp
Profiling.h
Random.cpp
Random.h
RTC.cpp
RTC.h
run Meta: Fix shellcheck warnings in various scripts 2020-02-10 10:46:25 +01:00
Scheduler.cpp Kernel: Remove some commented-out code in Scheduler::yield() 2020-02-10 20:16:50 +01:00
Scheduler.h Kernel: Finalizer should not go back to sleep if there's more to do 2020-02-01 10:56:17 +01:00
SharedBuffer.cpp AK: Remove bitrotted Traits::dump() mechanism 2020-02-10 11:55:34 +01:00
SharedBuffer.h
SharedInterruptHandler.cpp
SharedInterruptHandler.h
sync.sh Meta: Fix shellcheck warnings in various scripts 2020-02-10 10:46:25 +01:00
Syscall.cpp
Syscall.h Kernel+LibC: Merge sys$stat() and sys$lstat() 2020-02-10 19:49:49 +01:00
TestModule.cpp AK: Remove bitrotted Traits::dump() mechanism 2020-02-10 11:55:34 +01:00
Thread.cpp Kernel: Finalizer should not go back to sleep if there's more to do 2020-02-01 10:56:17 +01:00
Thread.h Kernel: Update Thread::raw_backtrace() signature to use uintptr_t 2020-02-02 19:00:38 +01:00
TimerQueue.cpp
TimerQueue.h
UnixTypes.h Net: Add a basic sys$shutdown() implementation 2020-02-08 00:54:43 +01:00
WaitQueue.cpp
WaitQueue.h