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
/
init.cpp
Age
Commit message (
Expand
)
Author
2020-05-27
Kernel: Introduce "boot_mode" and "init" cmdline options
Sergey Bugaev
2020-05-27
Kernel: Port VirtualConsole to LibVT :^)
Sergey Bugaev
2020-05-04
Kernel: Use Multiboot macros instead of magic constants (#2090)
Nathan Lanza
2020-04-18
Kernel: Remove CommandLine::get() in favor of lookup()
Andreas Kling
2020-04-11
Kernel: Instantiate network adapters in their own detect() methods
Liav A
2020-04-11
Kernel: Keep records of PCI::Address & PCI::ID pairs for enumeration
Liav A
2020-04-09
Kernel: Create BXVGA device if found in the PCI bus
Liav A
2020-04-09
Kernel: Simplify the Time management initialization
Liav A
2020-04-09
Kernel: Run clang-format on init.cpp
Liav A
2020-04-09
Kernel: Simplify the Interrupt management initialization
Liav A
2020-04-09
Kernel: Remove redundant "ACPI" from filenames in ACPI/
Andreas Kling
2020-04-09
Kernel: Merge ACPI::StaticParser into ACPI::Parser
Andreas Kling
2020-04-09
Kernel: Remove "non-operational" ACPI parser state
Andreas Kling
2020-04-09
Kernel: Move ACPI initialization from init.cpp to ACPI::initialize()
Andreas Kling
2020-04-09
Kernel: Move NetworkTask startup into NetworkTask::spawn()
Andreas Kling
2020-04-08
Kernel: Simplify PCI initialization logic
Andreas Kling
2020-04-08
Kernel: Simplify VMWareBackdoor somewhat
Andreas Kling
2020-04-08
Kernel: Move global constructor invocation a bit earlier
Andreas Kling
2020-04-08
Kernel: Move sync and finalization tasks into their own files
Andreas Kling
2020-04-08
Kernel: Remove DebugLogDevice
Andreas Kling
2020-04-08
Kernel: Move more things from init() to init_stage2()
Andreas Kling
2020-04-08
Kernel: Rename KParams => Kernel::CommandLine
Andreas Kling
2020-04-08
Kernel: Update cryptically-named functions related to symbolication
Andreas Kling
2020-04-06
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-04-03
Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device"
Andreas Kling
2020-04-02
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-03-28
Kernel: Remove the floppy driver
Andreas Kling
2020-03-19
Kernel: Introduce the new Time management subsystem
Liav A
2020-03-06
Init Stage: Allow to boot with smp=on
Liav A
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-29
Init Stage: Use latest changes
Liav A
2020-02-27
Init Stage: Use dbg() instead of dbgprintf()
Liav A
2020-02-24
Kernel: Don't use references or pointers to physical addresses
Liav A
2020-02-24
Kernel: Update the init stage to use all the latest changes
Liav A
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-08
Kernel: Merge unnecessary DiskDevice class into BlockDevice
Andreas Kling
2020-02-05
Kernel Commandline: Change nopci_mmio to be pci_mmio
Liav A
2020-02-05
Kernel Commandline: Change no_vmmouse boot argument to be vmmouse
Liav A
2020-02-05
Kernel Commandline: Remove noacpi & noacpi_aml boot arguments
Liav A
2020-02-04
Kernel: Add support for vmmouse
Liav A
2020-02-02
Kernel: Detect devices when enumerating the PCI bus
Liav A
2020-02-02
Partition Table: Add support for Extended partitions
Liav A
2020-02-01
Partition Table: Allow to boot with a partition number higher than 4
Liav A
2020-02-01
Kernel: Finalizer should not go back to sleep if there's more to do
Andreas Kling
2020-01-22
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
Andreas Kling
2020-01-22
Kernel: Replace IRQHandler with the new InterruptHandler class
Liav A
2020-01-21
Kernel: Remove map_for_kernel() in MemoryManager
Liav A
[next]