Liav A
|
a7c5a1fe69
Kernel: Simplify the Time management initialization
|
5 years ago |
Liav A
|
8e336798b5
Kernel: Run clang-format on init.cpp
|
5 years ago |
Liav A
|
8139688ef1
Kernel: Simplify the Interrupt management initialization
|
5 years ago |
Andreas Kling
|
871d450b93
Kernel: Remove redundant "ACPI" from filenames in ACPI/
|
5 years ago |
Andreas Kling
|
1c865ee8d4
Kernel: Merge ACPI::StaticParser into ACPI::Parser
|
5 years ago |
Andreas Kling
|
4644217094
Kernel: Remove "non-operational" ACPI parser state
|
5 years ago |
Andreas Kling
|
95e44a33c1
Kernel: Move ACPI initialization from init.cpp to ACPI::initialize()
|
5 years ago |
Andreas Kling
|
f25d2f5518
Kernel: Move NetworkTask startup into NetworkTask::spawn()
|
5 years ago |
Andreas Kling
|
f2ebfb9e4e
Kernel: Simplify PCI initialization logic
|
5 years ago |
Andreas Kling
|
5cc09b0245
Kernel: Simplify VMWareBackdoor somewhat
|
5 years ago |
Andreas Kling
|
e4ab908fe0
Kernel: Move global constructor invocation a bit earlier
|
5 years ago |
Andreas Kling
|
a066dd1fac
Kernel: Move sync and finalization tasks into their own files
|
5 years ago |
Andreas Kling
|
befe4c6709
Kernel: Remove DebugLogDevice
|
5 years ago |
Andreas Kling
|
c8087a42fc
Kernel: Move more things from init() to init_stage2()
|
5 years ago |
Andreas Kling
|
a7bbfda034
Kernel: Rename KParams => Kernel::CommandLine
|
5 years ago |
Andreas Kling
|
dc7340332d
Kernel: Update cryptically-named functions related to symbolication
|
5 years ago |
Liav A
|
ecee76b741
Kernel: Change Ext2FS to be backed by a file instead of a block device
|
5 years ago |
Andreas Kling
|
c2a8bbcb59
Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device"
|
5 years ago |
Liav A
|
6b59311d4b
Kernel: Change Ext2FS to be backed by a file instead of a block device
|
5 years ago |
Andreas Kling
|
c50fbf6da0
Kernel: Remove the floppy driver
|
5 years ago |
Liav A
|
9db291d885
Kernel: Introduce the new Time management subsystem
|
5 years ago |
Liav A
|
425a2ca6ad
Init Stage: Allow to boot with smp=on
|
5 years ago |
Liav A
|
0fc60e41dd
Kernel: Use klog() instead of kprintf()
|
5 years ago |
Liav A
|
c616eb6aaf
Init Stage: Use latest changes
|
5 years ago |
Liav A
|
fcb1426a2b
Init Stage: Use dbg() instead of dbgprintf()
|
5 years ago |
Liav A
|
85307dd26e
Kernel: Don't use references or pointers to physical addresses
|
5 years ago |
Liav A
|
4448597c64
Kernel: Update the init stage to use all the latest changes
|
5 years ago |
Andreas Kling
|
48f7c28a5c
Kernel: Replace "current" with Thread::current and Process::current
|
5 years ago |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 years ago |
Andreas Kling
|
6cbd72f54f
AK: Remove bitrotted Traits::dump() mechanism
|
5 years ago |