Truly independent web browser
Go to file
Andreas Kling 71b9ec1ae0 Kernel: Add basic process priority support.
For now, the WindowServer process will run with high priority,
while the Finalizer process will run with low priority.
Everyone else gets to be "normal".

At the moment, priority simply determines the size of your time slices.
2019-02-07 12:21:17 +01:00
AK Kernel: When a lock is busy, donate remaining process ticks to lock holder. 2019-02-07 11:14:58 +01:00
Base LizaRegular8x10: Tweak some glyphs. 2019-02-05 11:53:06 +01:00
Clock Clean up LDFLAGS a bit. 2019-02-06 14:48:09 +01:00
FontEditor Clean up LDFLAGS a bit. 2019-02-06 14:48:09 +01:00
Kernel Kernel: Add basic process priority support. 2019-02-07 12:21:17 +01:00
LibC Add a fast memcpy() using MMX when we're moving >= 1KB. 2019-02-07 08:46:52 +01:00
LibGUI Clean up LDFLAGS a bit. 2019-02-06 14:48:09 +01:00
SharedGraphics Bootloader: Locate the kernel's data segment and clear it. 2019-02-06 16:02:10 +01:00
Terminal Clean up LDFLAGS a bit. 2019-02-06 14:48:09 +01:00
Userland Kernel: Add basic process priority support. 2019-02-07 12:21:17 +01:00
WindowServer Kernel: Add basic process priority support. 2019-02-07 12:21:17 +01:00
.gitignore Kernel: Much improved BochsVGA (BXVGA) support. 2019-02-06 10:17:26 +01:00