Commit History

Автор SHA1 Съобщение Дата
  Andreas Kling 2f2f28f212 Kernel: Refactor Region/PageDirectory ownership model. преди 6 години
  Andreas Kling 76a2881793 Mark the two Regions used GraphicsBitmaps as explicitly shared. преди 6 години
  Andreas Kling b75ee4aacb Coding style fixes in AK. преди 6 години
  Andreas Kling 4fef895eda Rework WindowServer to use select() in its main event loop. преди 6 години
  Andreas Kling b46ae2bf09 Get rid of Vnode concept. преди 6 години
  Andreas Kling a8baee4dcd Tidy up memory map a bit and write out the general map in MemoryManager. преди 6 години
  Andreas Kling c0ef060a7c Let's just assume we have 32MB of physical memory to work with. преди 6 години
  Andreas Kling 659c54e32b Switch into 1024x768x32bpp VESA LFB mode at boot. преди 6 години
  Andreas Kling 683185e4aa MM: Allocate page tables from a separate set of physical pages. преди 6 години
  Andreas Kling a5ffa2eec7 Add a PageDirectory::flush() that does nothing if another PD is active. преди 6 години
  Andreas Kling 9eca2ffd41 Make PhysicalPage eternally allocated. преди 6 години
  Andreas Kling 3e37a1f5c3 Optimize PageDirectory destruction. преди 6 години
  Andreas Kling edac1d6748 Make PageDirectory store physical pages in a HashMap. преди 6 години
  Andreas Kling 193ead94f8 Let PageDirectory have a PhysicalPage for the PDB instead of being the PDB. преди 6 години
  Andreas Kling 0dd5279eb1 MM: Fix bug when mapping a region with a VMO with non-zero offset. преди 6 години
  Andreas Kling f6179ad9f9 Add slightly better kmalloc_aligned() and kfree_aligned(). преди 6 години
  Andreas Kling aff89d2fd7 Yet more coding style fixes. преди 6 години
  Andreas Kling 629c5be10b Add basic zero faults. преди 6 години
  Andreas Kling 457a5df7d5 Rename: преди 6 години
  Andreas Kling 10c470e95f Make page_in_from_vnode 2x faster. преди 6 години
  Andreas Kling d5d45d1088 Rage hacking to get bash to run. It finally runs. So cool! :^) преди 6 години
  Andreas Kling c97a5862ce Remove MM::allocate_physical_pages() since it wasn't used. преди 6 години
  Andreas Kling e71cb1c56b Fix some paging related bugs exposed by the spawn stress test. преди 6 години
  Andreas Kling 7b96218389 Fix VMO leak in Process::exec(). преди 6 години
  Andreas Kling cd1e7419f0 Teach Process::exec() about the magic of file-backed VMO's. преди 6 години
  Andreas Kling 3b2dcd5929 Add a VMO pointer to VNode. преди 6 години
  Andreas Kling 862f108cb5 Refactor the virtual memory object model a bit: преди 6 години
  Andreas Kling 3c8064a787 Support basic mmap'ing of a file! преди 6 години
  Andreas Kling 153ea704af Add some basic signal support. преди 6 години
  Andreas Kling 9e62eb4856 Only COW on fault if the physical page has retain_count > 1. преди 6 години