.. |
Boot
|
Switch into 1024x768x32bpp VESA LFB mode at boot.
|
2019-01-09 02:29:11 +01:00 |
.bochsrc
|
Allow the scheduler to unblock the current process.
|
2019-01-16 17:47:18 +01:00 |
.gitignore
|
|
|
_fs_contents.stock
|
Unbreak ksym loading and make reading /proc/PID/stack not crash.
|
2019-01-01 02:20:01 +01:00 |
_start.cpp
|
|
|
Assertions.h
|
|
|
CMOS.cpp
|
Make bash-2.05b build with minimal changes.
|
2018-11-17 00:14:07 +01:00 |
CMOS.h
|
Make bash-2.05b build with minimal changes.
|
2018-11-17 00:14:07 +01:00 |
Console.cpp
|
Pass the process to CharacterDevice::read/write.
|
2019-01-16 00:20:38 +01:00 |
Console.h
|
Kernel: Make /proc/PID/fds display something useful for character devices.
|
2019-01-21 02:33:01 +01:00 |
DoubleBuffer.cpp
|
Catch anyone trying to use a DoubleBuffer with interrupts disabled.
|
2019-01-16 01:58:11 +01:00 |
DoubleBuffer.h
|
Rename SpinLock to Lock. It hasn't been a SpinLock for some time.
|
2019-01-17 16:25:02 +01:00 |
elf.h
|
Make it possible to build the Kernel on a macOS host.
|
2018-12-02 23:34:50 +01:00 |
ELFImage.cpp
|
Move ELFLoader code into Kernel/.
|
2018-12-02 20:27:08 +01:00 |
ELFImage.h
|
Use the entry point address from the ELF header instead of looking up _start.
|
2018-12-29 03:28:55 +01:00 |
ELFLoader.cpp
|
Move ELFLoader code into Kernel/.
|
2018-12-02 20:27:08 +01:00 |
ELFLoader.h
|
Use the entry point address from the ELF header instead of looking up _start.
|
2018-12-29 03:28:55 +01:00 |
FIFO.cpp
|
Allow character devices to block write attempts until there is more space.
|
2019-01-15 09:17:22 +01:00 |
FIFO.h
|
Refactor the FIFO implementation to use a DoubleBuffer as backing store.
|
2018-12-03 02:24:11 +01:00 |
GUIEventDevice.cpp
|
Tear out or duplicate what's unique for WindowServer from Widgets.
|
2019-01-16 16:03:50 +01:00 |
GUIEventDevice.h
|
Kernel: Make /proc/PID/fds display something useful for character devices.
|
2019-01-21 02:33:01 +01:00 |
GUITypes.h
|
WindowServer: Rename WSEvent subclasses WSFooEvent for consistency.
|
2019-01-21 07:28:04 +01:00 |
i386.cpp
|
Coding style fixes in AK.
|
2019-01-19 22:53:05 +01:00 |
i386.h
|
Tear out or duplicate what's unique for WindowServer from Widgets.
|
2019-01-16 16:03:50 +01:00 |
i8253.cpp
|
More coding style changes.
|
2018-12-03 00:39:25 +01:00 |
i8253.h
|
|
|
IDEDiskDevice.cpp
|
Yet another pass of style fixes.
|
2018-12-21 02:10:45 +01:00 |
IDEDiskDevice.h
|
Rename SpinLock to Lock. It hasn't been a SpinLock for some time.
|
2019-01-17 16:25:02 +01:00 |
init.cpp
|
Start bringing up LibGUI properly (formerly Widgets.)
|
2019-01-20 05:48:43 +01:00 |
IO.h
|
|
|
IRQHandler.cpp
|
More coding style changes.
|
2018-12-03 00:39:25 +01:00 |
IRQHandler.h
|
More coding style changes.
|
2018-12-03 00:39:25 +01:00 |
kassert.h
|
More coding style changes.
|
2018-12-03 00:39:25 +01:00 |
Keyboard.cpp
|
Keyboard: Use some of the existing defines instead of hard-coded numbers.
|
2019-01-21 07:30:46 +01:00 |
Keyboard.h
|
Flesh out keyboard event support a bit more.
|
2019-01-21 07:27:26 +01:00 |
kmalloc.cpp
|
Tidy up memory map a bit and write out the general map in MemoryManager.
|
2019-01-16 00:44:09 +01:00 |
kmalloc.h
|
Don't use dword-by-dword memset/memcpy if the addresses are unaligned.
|
2019-01-12 23:36:08 +01:00 |
kprintf.cpp
|
Pass the process to CharacterDevice::read/write.
|
2019-01-16 00:20:38 +01:00 |
kprintf.h
|
Build Painter & friends into LibC. Use it in the GUI test app.
|
2019-01-14 20:02:51 +01:00 |
kstdio.h
|
Fix Userland build.
|
2019-01-13 04:31:16 +01:00 |
KSyms.cpp
|
Kernel: Support open() with O_CREAT.
|
2019-01-22 00:58:56 +01:00 |
KSyms.h
|
Unbreak ksym loading and make reading /proc/PID/stack not crash.
|
2019-01-01 02:20:01 +01:00 |
ktime.h
|
|
|
linker.ld
|
|
|
makeall.sh
|
Move Widget & friends into LibGUI.
|
2019-01-19 23:49:56 +01:00 |
Makefile
|
Make a SharedGraphics directory for classes shared between Kernel and LibGUI.
|
2019-01-19 23:22:46 +01:00 |
makeuserland.sh
|
Start bringing up LibGUI properly (formerly Widgets.)
|
2019-01-20 05:48:43 +01:00 |
MasterPTY.cpp
|
Let each MasterPTY create its slave.
|
2019-01-16 02:11:50 +01:00 |
MasterPTY.h
|
Kernel: Make /proc/PID/fds display something useful for character devices.
|
2019-01-21 02:33:01 +01:00 |
MemoryManager.cpp
|
Mark the two Regions used GraphicsBitmaps as explicitly shared.
|
2019-01-21 05:18:28 +01:00 |
MemoryManager.h
|
Mark the two Regions used GraphicsBitmaps as explicitly shared.
|
2019-01-21 05:18:28 +01:00 |
mkmap.sh
|
Omit duplicate lines from the ksyms map.
|
2018-12-03 02:23:49 +01:00 |
PIC.cpp
|
Make bash-2.05b build with minimal changes.
|
2018-11-17 00:14:07 +01:00 |
PIC.h
|
Make bash-2.05b build with minimal changes.
|
2018-11-17 00:14:07 +01:00 |
Process.cpp
|
Remove some unused errno.h duplicates.
|
2019-01-22 01:12:53 +01:00 |
Process.h
|
Kernel: Support open() with O_CREAT.
|
2019-01-22 00:58:56 +01:00 |
ProcessGUI.cpp
|
WindowServer: Rename WSEvent subclasses WSFooEvent for consistency.
|
2019-01-21 07:28:04 +01:00 |
ProcFileSystem.cpp
|
Add mechanism to expose kernel variables to userspace via ProcFS.
|
2019-01-18 15:01:40 +01:00 |
ProcFileSystem.h
|
Add mechanism to expose kernel variables to userspace via ProcFS.
|
2019-01-18 15:01:40 +01:00 |
PS2MouseDevice.cpp
|
PS2MouseDevice: Try to synchronize the data reporting stream.
|
2019-01-17 02:13:21 +01:00 |
PS2MouseDevice.h
|
Kernel: Make /proc/PID/fds display something useful for character devices.
|
2019-01-21 02:33:01 +01:00 |
PTYMultiplexer.cpp
|
Coding style fixes in AK.
|
2019-01-19 22:53:05 +01:00 |
PTYMultiplexer.h
|
Kernel: Make /proc/PID/fds display something useful for character devices.
|
2019-01-21 02:33:01 +01:00 |
Queue.h
|
|
|
RTC.cpp
|
|
|
RTC.h
|
|
|
run
|
Add TIOCGWINSZ ioctl so userland can determine terminal geometry.
|
2018-11-29 03:45:23 +01:00 |
Scheduler.cpp
|
Rework WindowServer to use select() in its main event loop.
|
2019-01-16 17:20:58 +01:00 |
Scheduler.h
|
|
|
SlavePTY.cpp
|
Let each MasterPTY create its slave.
|
2019-01-16 02:11:50 +01:00 |
SlavePTY.h
|
Kernel: Make /proc/PID/fds display something useful for character devices.
|
2019-01-21 02:33:01 +01:00 |
StdLib.cpp
|
Let's do dword-at-a-time memcpy() and memset() in userspace as well.
|
2019-01-15 08:14:44 +01:00 |
StdLib.h
|
Make it possible to build the Kernel on a macOS host.
|
2018-12-02 23:34:50 +01:00 |
sync-local.sh
|
Make bash-2.05b build with minimal changes.
|
2018-11-17 00:14:07 +01:00 |
sync.sh
|
Start bringing up LibGUI properly (formerly Widgets.)
|
2019-01-20 05:48:43 +01:00 |
Syscall.cpp
|
Kernel: Support open() with O_CREAT.
|
2019-01-22 00:58:56 +01:00 |
Syscall.h
|
Make it possible for userspace to alter window title/geometry.
|
2019-01-20 06:04:13 +01:00 |
system.h
|
The syncd loop can just be a lambda.
|
2018-12-24 23:10:48 +01:00 |
TSS.h
|
|
|
TTY.cpp
|
Pass the process to CharacterDevice::read/write.
|
2019-01-16 00:20:38 +01:00 |
TTY.h
|
Pass the process to CharacterDevice::read/write.
|
2019-01-16 00:20:38 +01:00 |
types.h
|
Add PhysicalAddress::offset().
|
2019-01-08 22:29:34 +01:00 |
VirtualConsole.cpp
|
Flesh out keyboard event support a bit more.
|
2019-01-21 07:27:26 +01:00 |
VirtualConsole.h
|
Flesh out keyboard event support a bit more.
|
2019-01-21 07:27:26 +01:00 |