提交历史

作者 SHA1 备注 提交日期
  Andreas Kling ec1d16b307 Add a "pwd" utility to userland. 6 年之前
  Andreas Kling 8e27cf2428 Cleanup. 6 年之前
  Andreas Kling b40c851fce Unbreak crashy user process test. 6 年之前
  Andreas Kling 018da1be11 Generalize the SpinLock and move it to AK. 6 年之前
  Andreas Kling e4bfcd2346 Add "times scheduled" field to /proc/summary 6 年之前
  Andreas Kling d90d125dfe Add an undertaker task that is responsible for destroying dead tasks. 6 年之前
  Andreas Kling 63e253bac9 Generate a basic /proc/summary file with some info about all tasks. 6 年之前
  Andreas Kling ed2422d7af Start adding a basic /proc filesystem and a "ps" utility. 6 年之前
  Andreas Kling 98f76f0153 Flush the TLB after modifying page tables. 6 年之前
  Andreas Kling fe237ee215 Lots of hacking: 6 年之前
  Andreas Kling b824f15619 Launching an arbitrary ELF executable from disk works! :^) 6 年之前
  Andreas Kling befeabd8fe Okay, with some mucking around, there is now a /bin/id and it runs! 6 年之前
  Andreas Kling 702d308e67 Oops, StringImpl's "the empty string" global was not always initialized. 6 年之前
  Andreas Kling a9ca75c98b Add IRQHandler class that can be subclasses to handle an IRQ. 6 年之前
  Andreas Kling e4afa2a041 Tweak _test.o to use the putch() syscall. 6 年之前
  Andreas Kling 3a3c57357c Add a sys$exit and make init_stage2 call it when finished. 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 年之前
  Andreas Kling 46ff281695 Turn the syscall interrupt into a trap (by switching the gate type.) 6 年之前
  Andreas Kling 97e0d75bcb ELFLoader works inside the kernel! 6 年之前
  Andreas Kling 3649638259 Add Regions concept to Task. 6 年之前
  Andreas Kling f67d695254 More paging stuff. 6 年之前
  Andreas Kling 89851a9ded Use FileHandle from VFS. 6 年之前
  Andreas Kling 56c1f9db8e A userspace process can now GPF and the OS goes on! 6 年之前
  Andreas Kling 77299cf54d Add basic paging. Only identity maps the bottom 4MB as a start. 6 年之前
  Andreas Kling 39fa1eb2c2 Print the contents of motd.txt on boot. 6 年之前
  Andreas Kling 705832f387 List the root directory after mounting /. 6 年之前
  Andreas Kling b05ed591ab VFS mounts an ext2fs root! :^) 6 年之前
  Andreas Kling 9171521752 Integrate ext2 from VFS into Kernel. 6 年之前