.. |
Arch/i386
|
Kernel: Disable interrupts while setting up a thread blocker
|
2019-12-01 12:47:33 +01:00 |
Devices
|
Kernel: Use a WaitQueue in the SoundBlaster 16 driver
|
2019-12-01 12:57:35 +01:00 |
FileSystem
|
Kernel: Show module memory size in /proc/modules
|
2019-11-29 21:18:37 +01:00 |
Heap
|
Kernel: Demangle userspace ELF symbols in backtraces
|
2019-11-27 14:06:24 +01:00 |
Net
|
Kernel+ifconfig: Add an MTU value to NetworkAdapter
|
2019-11-28 14:14:26 +01:00 |
TTY
|
Kernel: Demangle userspace ELF symbols in backtraces
|
2019-11-27 14:06:24 +01:00 |
VM
|
Kernel: Disallow syscalls from writeable memory
|
2019-11-29 16:30:05 +01:00 |
.bochsrc
|
|
|
.gitignore
|
|
|
Assertions.h
|
|
|
build-gpt-image-grub.sh
|
Build: Fix more bugs in the POSIX sh-ification of scripts
|
2019-11-03 13:11:43 +01:00 |
build-image-grub.sh
|
Build: Bump the default disk image size from 500MB to 600MB
|
2019-11-26 12:54:33 +01:00 |
build-image-qemu.sh
|
Build: Bump the default disk image size from 500MB to 600MB
|
2019-11-26 12:54:33 +01:00 |
build-root-filesystem.sh
|
Kernel: Implement basic module unloading :^)
|
2019-11-28 21:07:22 +01:00 |
CMOS.cpp
|
|
|
CMOS.h
|
|
|
Console.cpp
|
Kernel: Make File's can_read/can_write take a const FileDescription&
|
2019-11-04 14:03:14 +01:00 |
Console.h
|
Kernel: Make File's can_read/can_write take a const FileDescription&
|
2019-11-04 14:03:14 +01:00 |
DoubleBuffer.cpp
|
Revert "Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing"
|
2019-10-18 15:58:06 +02:00 |
DoubleBuffer.h
|
Revert "Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing"
|
2019-10-18 15:58:06 +02:00 |
FB.h
|
|
|
grub.cfg
|
|
|
grub_gpt.cfg
|
|
|
init.cpp
|
Kernel: Just hang if VFS::mount_root() fails
|
2019-11-17 18:58:25 +01:00 |
install.sh
|
POSIX compliance: (most) shell scripts converted to generic shell
|
2019-11-03 09:26:22 +01:00 |
IO.h
|
|
|
IRQHandler.cpp
|
|
|
IRQHandler.h
|
|
|
KBuffer.h
|
|
|
KBufferBuilder.cpp
|
|
|
KBufferBuilder.h
|
|
|
KeyCode.h
|
|
|
KParams.cpp
|
|
|
KParams.h
|
|
|
kprintf.cpp
|
Kernel: Demangle userspace ELF symbols in backtraces
|
2019-11-27 14:06:24 +01:00 |
KResult.h
|
|
|
kstdio.h
|
Kernel: Demangle userspace ELF symbols in backtraces
|
2019-11-27 14:06:24 +01:00 |
KSyms.cpp
|
Kernel: Demangle kernel C++ symbols correctly again
|
2019-11-29 14:59:15 +01:00 |
KSyms.h
|
Kernel: Allow modules to link against anything in kernel.map :^)
|
2019-11-28 21:30:20 +01:00 |
linker.ld
|
Revert "Kernel: Move Kernel mapping to 0xc0000000"
|
2019-11-23 17:27:09 +01:00 |
Lock.cpp
|
Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock
|
2019-12-01 12:07:43 +01:00 |
Lock.h
|
Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock
|
2019-12-01 12:07:43 +01:00 |
makeall.sh
|
Demos: Remove "RetroFetch"
|
2019-11-25 00:07:00 +01:00 |
Makefile
|
Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock
|
2019-12-01 12:07:43 +01:00 |
mkmap.sh
|
Kernel: Allow modules to link against anything in kernel.map :^)
|
2019-11-28 21:30:20 +01:00 |
Module.h
|
Kernel: Implement basic module unloading :^)
|
2019-11-28 21:07:22 +01:00 |
MousePacket.h
|
|
|
Multiboot.h
|
|
|
PCI.cpp
|
|
|
PCI.h
|
|
|
Process.cpp
|
Kernel: Have modules export their name in a "module_name" string
|
2019-11-29 21:31:17 +01:00 |
Process.h
|
Kernel: Implement very simple kernel module loading
|
2019-11-28 20:59:11 +01:00 |
ProcessTracer.cpp
|
|
|
ProcessTracer.h
|
Kernel: Make File's can_read/can_write take a const FileDescription&
|
2019-11-04 14:03:14 +01:00 |
RTC.cpp
|
|
|
RTC.h
|
|
|
run
|
run: Unbreak this script when running with a regular Bourne /bin/sh
|
2019-11-13 21:57:51 +01:00 |
Scheduler.cpp
|
Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock
|
2019-12-01 12:07:43 +01:00 |
Scheduler.h
|
|
|
SharedBuffer.cpp
|
Kernel: Teach Region how to remap itself
|
2019-11-03 21:11:08 +01:00 |
SharedBuffer.h
|
|
|
StdLib.cpp
|
Kernel: Demangle userspace ELF symbols in backtraces
|
2019-11-27 14:06:24 +01:00 |
StdLib.h
|
|
|
sync.sh
|
Build: Make sure PATH is passed properly (#765)
|
2019-11-12 10:26:50 +01:00 |
Syscall.cpp
|
Kernel: Disallow syscalls from writeable memory
|
2019-11-29 16:30:05 +01:00 |
Syscall.h
|
Kernel: Implement very simple kernel module loading
|
2019-11-28 20:59:11 +01:00 |
TestModule.cpp
|
Kernel: Have modules export their name in a "module_name" string
|
2019-11-29 21:31:17 +01:00 |
Thread.cpp
|
Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock
|
2019-12-01 12:07:43 +01:00 |
Thread.h
|
Kernel: Use a WaitQueue in PATAChannel
|
2019-12-01 12:54:38 +01:00 |
UnixTypes.h
|
Kernel: Implement some basic stack pointer validation
|
2019-11-17 12:15:43 +01:00 |
WaitQueue.cpp
|
Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock
|
2019-12-01 12:07:43 +01:00 |
WaitQueue.h
|
Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock
|
2019-12-01 12:07:43 +01:00 |