커밋 기록

작성자 SHA1 메시지 날짜
  Liav A 7c0540a229 Everywhere: Move global Kernel pattern code to Kernel/Library directory 2 년 전
  Hediadyoin1 60cddb4179 Kernel: Check only for the first equal sign in the kernel command line 2 년 전
  Daniel Bertalan 6aa392f6e4 Kernel: Store the kernel command line in a `StringView` 2 년 전
  Andreas Kling 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector 2 년 전
  Liav A 0f7cc468b2 Kernel: Make i8042 controller initialization sequence more robust 2 년 전
  Liav A 5ff318cf3a Kernel: Remove i686 support 2 년 전
  Thomas Queiroz 0380ff30aa Kernel: Use HashMap::try_ensure_capacity 2 년 전
  demostanis 3e8b5ac920 AK+Everywhere: Turn bool keep_empty to an enum in split* functions 2 년 전
  Liav A 0a220a413f Kernel/PCI: Don't use x86 initialization methods in non-x86 builds 2 년 전
  Ben Wiederhake 55d78ca40d Kernel: Replace KString::must_create, fix init_args 2 년 전
  Liav A 2c84466ad8 Kernel/Storage: Introduce new boot device addressing modes 3 년 전
  Liav A d4bfb479fd Kernel/Commandline: Remove a remainder of the removed boot_mode flag 2 년 전
  Liav A 6164729d06 Everywhere: Get rid of the fbdev kernel boot argument remainders 2 년 전
  sin-ack c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 년 전
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 년 전
  sin-ack c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors 3 년 전
  Liav A d49a35df31 Kernel/Graphics: Simplify the feature level of the Graphics subsystem 3 년 전
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 년 전
  Liav A eca8f292a5 Kernel: Allow to disable early boot console 3 년 전
  Liav A f6e635938f Kernel: Change PCI access commandline option to also represent no access 3 년 전
  Pankaj Raghav e5a6d12ff8 Kernel: Add nvme_poll command line parameters 3 년 전
  Liav A 69f054616d Kernel: Add CommandLine option to disable or enable the PC speaker 3 년 전
  Liav A d67c70d043 Kernel: Ensure that CommandLine is initialized before choosing PanicMode 3 년 전
  Idan Horowitz 194d1c884b Kernel: Convert CommandLine to KString 3 년 전
  Tom 785c10fda9 Kernel: Add option to force using only the bootloader framebuffer 3 년 전
  Brian Gianforcaro 8bcce82887 Kernel: Use MUST+ Vector::try_prepend instead of Vector::prepend 3 년 전
  Hendiadyoin1 9346b9589f Kernel: Remove else-after-return statements in CommandLine.cpp 3 년 전
  Hendiadyoin1 1db53400ce Kernel: Remove superfluous moves in CommandLine.cpp 3 년 전
  Liav A 30659040ed Kernel: Ensure SMP mode is not enabled if IOAPIC mode is disabled 3 년 전
  Liav A ac7953f945 Kernel: Allow switching to IOAPIC mode even without enabling SMP 3 년 전