Historial de Commits

Autor SHA1 Mensaje Fecha
  Conrad Pankoff c02b8b715d Kernel: Implement MBR partition loader (#168) hace 6 años
  Conrad Pankoff 32d78a8526 Kernel: Rename OffsetDiskDevice to DiskPartition hace 6 años
  Conrad Pankoff 6f43f81fb4 Kernel: Implement OffsetDiskDevice to prepare for partition support hace 6 años
  Andreas Kling 4320c5fd58 Kernel: Make better use of the multiboot info. hace 6 años
  Robin Burchell d31ce9eccd Misc: Add a simple init process hace 6 años
  Christopher Dumas dd84dcf31f Launcher loads applications from Launcher.ini, is started by default, and is resized automatically hace 6 años
  Andreas Kling e24e486714 Snake: Flesh out a basic snake game :^) hace 6 años
  Andreas Kling 0e6b273620 LibGUI: Start working on GTableView inline editing. hace 6 años
  Andreas Kling 3817f5f619 Kernel+LibC: Add a DebugLogDevice that forwards everything to I/O port 0xe9. hace 6 años
  Andreas Kling 33920df299 AK: Try to use StringViews more for substrings and splitting. hace 6 años
  Andreas Kling 29d0412a06 Kernel: Remove system.h and make the uptime global a qword. hace 6 años
  Andreas Kling 6f90f41516 VisualBuilder: Add some more GWidget default properties. hace 6 años
  Andreas Kling 0f5114852a Kernel: Spawn text editor by default while I work on it. hace 6 años
  Andreas Kling 93b76628a5 GGroupBox: Improve appearance with new FrameShape::Box style. hace 6 años
  Andreas Kling a58d7fd8bb Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. hace 6 años
  Andreas Kling ec7817af37 Kernel: Spawn /bin/Taskbar on startup. hace 6 años
  Andreas Kling b9738fa8ac Kernel: Move VM-related files into Kernel/VM/. hace 6 años
  Andreas Kling ab43658c55 Kernel: Move devices into Kernel/Devices/. hace 6 años
  Andreas Kling 9fca94269e Kernel: Move TTY-related files into Kernel/TTY/. hace 6 años
  Andreas Kling f9864940eb Kernel: Move FS-related files into Kernel/FileSystem/ hace 6 años
  Andreas Kling 649c81a714 Kernel: Move networking related files into Kernel/Net/. hace 6 años
  Andreas Kling 94c68dc55a Kernel: Spawn the Launcher by default. hace 6 años
  Andreas Kling ee4d7c18c8 Kernel: Use a multiboot header instead of a convoluted two-part bootloader. hace 6 años
  Andreas Kling 750d79dcaf Kernel: Initialize the CPU to allow SSE on startup. hace 6 años
  Andreas Kling 239c0bd6a6 Kernel: Make block() and yield() automatically call Scheduler::yield(). hace 6 años
  Andreas Kling 60d25f0f4a Kernel: Introduce threads, and refactor everything in support of it. hace 6 años
  Andreas Kling 9120b05a40 Rename DNSLookupServer => LookupServer. hace 6 años
  Andreas Kling 0e4a1936ca LibC: Implement gethostbyname() by talking to the DNSLookupServer. hace 6 años
  Andreas Kling 35098cbde1 Kernel: Add a NetworkTask and a received network packet queue. hace 6 años
  Andreas Kling 97664fad60 Kernel: A bunch of hacking towards initial Ethernet support. hace 6 años