Commit History

Author SHA1 Message Date
  Robin Burchell 6c4024c04a Kernel: First cut of a sb16 driver 6 years ago
  Andreas Kling 5254a320d8 Kernel: Remove use of copy_ref() in favor of regular RefPtr copies. 6 years ago
  Andreas Kling 6c87d3afa9 Kernel: Move i8253.cpp => Arch/i386/PIT.cpp 6 years ago
  Andreas Kling 9fdcede491 Kernel: Move PIC.cpp into Arch/i386/ 6 years ago
  Jesse ab90d2e251 Kernel: Extended IDE interface to allow slave device usage (#283) 6 years ago
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 years ago
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 6 years ago
  Conrad Pankoff 8b1154f5f2 Kernel: Implement serial port driver 6 years ago
  Andreas Kling 736092a087 Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} 6 years ago
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. 6 years ago
  Conrad Pankoff 0aa1f1c2d6 Kernel: Parse cmdline for root filesystem e.g. root=/dev/hda1 6 years ago
  Conrad Pankoff 738f9de9a9 Kernel: Add KParams class for accessing kernel cmdline parameters (#188) 6 years ago
  Conrad Pankoff c02b8b715d Kernel: Implement MBR partition loader (#168) 6 years ago
  Conrad Pankoff 32d78a8526 Kernel: Rename OffsetDiskDevice to DiskPartition 6 years ago
  Conrad Pankoff 6f43f81fb4 Kernel: Implement OffsetDiskDevice to prepare for partition support 6 years ago
  Andreas Kling 4320c5fd58 Kernel: Make better use of the multiboot info. 6 years ago
  Robin Burchell d31ce9eccd Misc: Add a simple init process 6 years ago
  Christopher Dumas dd84dcf31f Launcher loads applications from Launcher.ini, is started by default, and is resized automatically 6 years ago
  Andreas Kling e24e486714 Snake: Flesh out a basic snake game :^) 6 years ago
  Andreas Kling 0e6b273620 LibGUI: Start working on GTableView inline editing. 6 years ago
  Andreas Kling 3817f5f619 Kernel+LibC: Add a DebugLogDevice that forwards everything to I/O port 0xe9. 6 years ago
  Andreas Kling 33920df299 AK: Try to use StringViews more for substrings and splitting. 6 years ago
  Andreas Kling 29d0412a06 Kernel: Remove system.h and make the uptime global a qword. 6 years ago
  Andreas Kling 6f90f41516 VisualBuilder: Add some more GWidget default properties. 6 years ago
  Andreas Kling 0f5114852a Kernel: Spawn text editor by default while I work on it. 6 years ago
  Andreas Kling 93b76628a5 GGroupBox: Improve appearance with new FrameShape::Box style. 6 years ago
  Andreas Kling a58d7fd8bb Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. 6 years ago
  Andreas Kling ec7817af37 Kernel: Spawn /bin/Taskbar on startup. 6 years ago
  Andreas Kling b9738fa8ac Kernel: Move VM-related files into Kernel/VM/. 6 years ago
  Andreas Kling ab43658c55 Kernel: Move devices into Kernel/Devices/. 6 years ago