Historique des commits

Auteur SHA1 Message Date
  Ben Wiederhake bee08a4b9f Kernel: More PID/TID typing il y a 5 ans
  Luke 98bea083c4 Kernel: Make BXVGA detection actually detect VBoxVGA il y a 5 ans
  Florian Angermeier d8fa8c5f82 Kernel: Ensure there are all VirtualConsoles properly initialized il y a 5 ans
  Tom b02d33bd63 Kernel: Fix some flaws that caused crashes or hangs during boot il y a 5 ans
  Tom bc107d0b33 Kernel: Add SMP IPI support il y a 5 ans
  Tom 9b4e6f6a23 Kernel: Consolidate features into CPUFeature enum il y a 5 ans
  Tom 57b61b2dde Kernel: Split initialization of Processor structure il y a 5 ans
  Tom 96109e9776 Kernel: Boot all APS all the way into their own idle loop il y a 5 ans
  Tom 2a38cc9a12 Kernel: Add a quickmap region for each processor il y a 5 ans
  Tom 16783bd14d Kernel: Turn Thread::current and Process::current into functions il y a 5 ans
  Tom fb41d89384 Kernel: Implement software context switching and Processor structure il y a 5 ans
  Peter Elliott e1aef94a40 Kernel: Make Random work on CPUs without rdrand il y a 5 ans
  Andreas Kling 37598de582 Kernel: Remove DMI decoder from the kernel il y a 5 ans
  Andreas Kling fdfda6dec2 AK: Make string-to-number conversion helpers return Optional il y a 5 ans
  Tom 0bc92c259d Kernel: Detect APs and boot them into protected mode il y a 5 ans
  Sergey Bugaev df128821b2 Kernel: Introduce "boot_mode" and "init" cmdline options il y a 5 ans
  Sergey Bugaev f11270e7ce Kernel: Port VirtualConsole to LibVT :^) il y a 5 ans
  Nathan Lanza f4e6c4c6f0 Kernel: Use Multiboot macros instead of magic constants (#2090) il y a 5 ans
  Andreas Kling e3b450005f Kernel: Remove CommandLine::get() in favor of lookup() il y a 5 ans
  Liav A ea58563970 Kernel: Instantiate network adapters in their own detect() methods il y a 5 ans
  Liav A 65f939b55c Kernel: Keep records of PCI::Address & PCI::ID pairs for enumeration il y a 5 ans
  Liav A 9bb4a6ecf6 Kernel: Create BXVGA device if found in the PCI bus il y a 5 ans
  Liav A a7c5a1fe69 Kernel: Simplify the Time management initialization il y a 5 ans
  Liav A 8e336798b5 Kernel: Run clang-format on init.cpp il y a 5 ans
  Liav A 8139688ef1 Kernel: Simplify the Interrupt management initialization il y a 5 ans
  Andreas Kling 871d450b93 Kernel: Remove redundant "ACPI" from filenames in ACPI/ il y a 5 ans
  Andreas Kling 1c865ee8d4 Kernel: Merge ACPI::StaticParser into ACPI::Parser il y a 5 ans
  Andreas Kling 4644217094 Kernel: Remove "non-operational" ACPI parser state il y a 5 ans
  Andreas Kling 95e44a33c1 Kernel: Move ACPI initialization from init.cpp to ACPI::initialize() il y a 5 ans
  Andreas Kling f25d2f5518 Kernel: Move NetworkTask startup into NetworkTask::spawn() il y a 5 ans