Histórico de Commits

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