Andreas Kling
|
17d4e74518
Kernel: Clean up and reorganize init.cpp
|
5 년 전 |
Andreas Kling
|
6fea316611
Kernel: Move all CPU feature initialization into cpu_setup()
|
5 년 전 |
Andreas Kling
|
210adaeca6
ACPI: Re-enable ACPI initialization after paging changes
|
5 년 전 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 년 전 |
Andreas Kling
|
e362b56b4f
Kernel: Move kernel above the 3GB virtual address mark
|
5 년 전 |
Sergey Bugaev
|
4417bd97d7
Kernel: Misc tweaks
|
5 년 전 |
Liav A
|
c2ef7f740b
Kernel: Move DMI decoder initialization method to init_stage2
|
5 년 전 |
Andreas Kling
|
ddd0b19281
Kernel: Add a basic chroot() syscall :^)
|
5 년 전 |
Andreas Kling
|
99f71a9a2c
Kernel: Randomize the stack canary on startup
|
5 년 전 |
Andreas Kling
|
9026598999
Kernel: Add a more expressive API for getting random bytes
|
5 년 전 |
Liav A
|
e5ffa960d7
Kernel: Create support for PCI ECAM
|
5 년 전 |
Andreas Kling
|
38f93ef13b
Kernel: Disable x86 RDTSC instruction in userspace
|
5 년 전 |
Andreas Kling
|
9c0836ce97
Kernel: Enable x86 UMIP (User Mode Instruction Prevention) if supported
|
5 년 전 |
Andreas Kling
|
5aeaab601e
Kernel: Move CPU feature detection to Arch/x86/CPU.{cpp.h}
|
5 년 전 |
Andreas Kling
|
50677bf806
Kernel: Refactor scheduler to use dynamic thread priorities
|
5 년 전 |
Andreas Kling
|
fed3416bd2
Kernel: Embrace the SerenityOS name
|
5 년 전 |
Andreas Kling
|
16812f0f98
Kernel: Get rid of "main thread" concept
|
5 년 전 |
Andreas Kling
|
8bb98aa31b
Kernel: Use a WaitQueue to implement finalizer wakeup
|
5 년 전 |
Andreas Kling
|
b2df670cf5
Kernel: Just hang if VFS::mount_root() fails
|
5 년 전 |
supercomputer7
|
4fe2ee0221
Kernel: Add a kernel boot parameter to force PIO mode
|
5 년 전 |
Andreas Kling
|
fbeb1ab15b
Kernel: Use a lookup table for syscalls
|
5 년 전 |
supercomputer7
|
c3c905aa6c
Kernel: Removing hardcoded offsets from Memory Manager
|
5 년 전 |
Andreas Kling
|
083c5f8b89
Kernel: Rework Process::Priority into ThreadPriority
|
5 년 전 |
Andreas Kling
|
31beff8afb
Kernel: Remove unnecessary init_ksyms() function
|
5 년 전 |
Andreas Kling
|
4f4d4670fe
Kernel: Don't instantiate and throw away ProcFS + DevPtsFS on boot
|
5 년 전 |
Andreas Kling
|
01b21e5e05
Kernel: Use KParams::has() instead of !KParams::get().is_null()
|
5 년 전 |
Andreas Kling
|
9e570d0d6d
Kernel+SystemServer: Get rid of two virtual consoles
|
5 년 전 |
Andrew Kaster
|
233ea7eb1d
Kernel: Add bare minimum for global constructors (#707)
|
5 년 전 |
Liav A
|
ed45f67c00
Kernel: Enabling Text mode debugging (#696)
|
5 년 전 |
Tom
|
00a7c48d6e
APIC: Enable APIC and start APs
|
5 년 전 |