Peter Bindels
|
a5a62f99c5
LibC: Use 64-bit stack smash value for 64-bit mode
|
4 years ago |
Tom
|
3cca9e6704
Kernel: Initialize TimeManagement before using KernelRNG
|
4 years ago |
Gunnar Beutner
|
cbdb488578
Kernel: Move end_of_kernel_image after the .ksyms section
|
4 years ago |
Gunnar Beutner
|
7236584132
Kernel: Make kernel symbols available much earlier in the boot process
|
4 years ago |
Tom
|
6938be00f1
Kernel: Initialize threading and process management earlier
|
4 years ago |
Andreas Kling
|
fa9111ac46
Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry
|
4 years ago |
Andreas Kling
|
358a7cc448
Kernel: Rename SysFS related classes in BIOS code
|
4 years ago |
Andreas Kling
|
b1c68dd235
Kernel: Rename SysFS related classes in ACPI code
|
4 years ago |
Andreas Kling
|
805319ed30
Kernel: Replace "Folder" => "Directory" everywhere
|
4 years ago |
Andreas Kling
|
27244eb0ee
Kernel: Rename SystemRegistrar => SysFSComponentRegistry
|
4 years ago |
Andreas Kling
|
0d39bd04d3
Kernel: Rename VFS => VirtualFileSystem
|
4 years ago |
Liav A
|
cc98871383
Kernel: Print if image has become too large again
|
4 years ago |
Liav A
|
5073bf8e75
Kernel/USB: Move the USB components as a subfolder to the Bus directory
|
4 years ago |
Liav A
|
6568bb47cb
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
|
4 years ago |
Hendiadyoin1
|
90cd11fa8c
Kernel: Support starting up secondary processors on x86_64
|
4 years ago |
Liav A
|
12b6e69150
Kernel: Introduce the new ProcFS design
|
4 years ago |
Liav A
|
92c0dab5ab
Kernel: Introduce the new SysFS
|
4 years ago |
Sahan Fernando
|
b9ad6058aa
Kernel: Add VirtIOGPU graphics device
|
4 years ago |
Daniel Bertalan
|
221bd464a0
Kernel: Fix attribute ordering
|
4 years ago |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 years ago |
Hendiadyoin1
|
7ca3d413f7
Kernel: Pull apart CPU.h
|
4 years ago |
Liav A
|
29f9a38f76
Kernel: Don't use naked new statements in init process
|
4 years ago |
Andreas Kling
|
3bf5e482cf
Kernel: Make the "in early boot" flag read-only-after-init
|
4 years ago |
Liav A
|
1c94b5e8eb
Kernel: Introduce the NetworkingManagement singleton
|
4 years ago |
Brian Gianforcaro
|
d838a02e74
Kernel: Add KString::must_{..} factory methods
|
4 years ago |
Gunnar Beutner
|
572bbf28cc
Kernel+LibC: Add support for filtering profiling events
|
4 years ago |
Idan Horowitz
|
ba9b3dc656
Kernel: Implement a PCI Serial Device driver
|
4 years ago |
Idan Horowitz
|
62f69cc50f
Kernel: Use IOAddress instead of direct IO calls in SerialDevice
|
4 years ago |
Idan Horowitz
|
3ad0a0d8c3
Kernel: Initialize the PCI Bus earlier in the boot sequence
|
4 years ago |
Liav A
|
8cbf3d88ff
Kernel: Move ConsoleDevice initialization just after kmalloc init
|
4 years ago |