提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling 7455f5ea42 Expose the kernel log buffer through /proc/dmesg. 6 年之前
  Andreas Kling bd3e77cc16 Pass the process to CharacterDevice::read/write. 6 年之前
  Andreas Kling 08bfe518f9 Rename CharacterDevice::has_data_available_for_reading() -> can_read(). 6 年之前
  Andreas Kling b0e3f73375 Start refactoring the windowing system to use an event loop. 6 年之前
  Andreas Kling aff89d2fd7 Yet more coding style fixes. 6 年之前
  Andreas Kling f6e27c2abe More coding style changes. 6 年之前
  Andreas Kling f1404aa948 Add primitive FIFO and hook it up to sys$pipe(). 6 年之前
  Andreas Kling 2ac5e14c08 Merge VGA into VirtualConsole. 6 年之前
  Andreas Kling b833aa4162 Fix bug where Console::the() was initialized too late. 6 年之前
  Andreas Kling 68739dc43e Start working on virtual consoles/TTYs. 6 年之前
  Andreas Kling bd2b5327d0 Basic support the backspace key. 6 年之前
  Andreas Kling e6284a8774 Fix broken SpinLock. 6 年之前
  Andreas Kling 43475f248b Add save/unsave cursor escape sequences. 6 年之前
  Andreas Kling dd3244137e Add basic support for ANSI color escape sequences. 6 年之前
  Andreas Kling 8289a5c93c Implement 'H' and 'J' escape sequences. 6 年之前
  Andreas Kling 546ddd7de0 Remove logspam in /dev/{full,null,zero} now that they work just fine. 6 年之前
  Andreas Kling c6f2890d8e Implement a basic way for read() to block. 6 年之前
  Andreas Kling 3676214a62 Remove remains of the old "panel" task. 6 年之前
  Andreas Kling 77821da42f Also send console output to port 0xe9 (bochs console.) 6 年之前
  Andreas Kling 79ffdb7205 A lot of hacking: 6 年之前
  Andreas Kling fc88368582 Have Console::write() directly call vga_putch. 6 年之前
  Andreas Kling a70bfb87d5 Add a Console device and start refactoring screen output. 6 年之前