.. |
Boot
|
Kernel: Make better use of the multiboot info.
|
2019-06-02 09:53:42 +02:00 |
Devices
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
FileSystem
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
Net
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
TTY
|
Kernel: Run clang-format on everything.
|
2019-06-07 11:43:58 +02:00 |
VM
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
.bochsrc
|
Give the emulator testing environments 128 MB of RAM.
|
2019-03-27 13:02:29 +01:00 |
.gitignore
|
Terminal: Use Vectors and OwnPtrs for Terminal lines. Adjust scroll
|
2019-06-03 20:48:34 +02:00 |
Alarm.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
Assertions.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
build-image-grub.sh
|
Build: Remove grub from default build process
|
2019-06-04 07:15:44 -07:00 |
build-image-qemu.sh
|
Build: Remove grub from default build process
|
2019-06-04 07:15:44 -07:00 |
build-root-filesystem.sh
|
Base: Let's have "te" as a symlink alias for TextEditor for now.
|
2019-06-07 10:12:04 +02:00 |
CMOS.cpp
|
Make bash-2.05b build with minimal changes.
|
2018-11-17 00:14:07 +01:00 |
CMOS.h
|
Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress.
|
2019-04-06 14:29:29 +02:00 |
Console.cpp
|
Kernel: Rename FileDescriptor to FileDescription.
|
2019-06-07 09:36:51 +02:00 |
Console.h
|
Kernel: Rename FileDescriptor to FileDescription.
|
2019-06-07 09:36:51 +02:00 |
DoubleBuffer.cpp
|
Kernel: DoubleBuffer can return early if read/write is called with !size.
|
2019-03-20 02:12:40 +01:00 |
DoubleBuffer.h
|
Kernel: Assign Lock names in class member initializers.
|
2019-05-02 03:28:20 +02:00 |
File.cpp
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
File.h
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
grub.cfg
|
Kernel: Parse cmdline for root filesystem e.g. root=/dev/hda1
|
2019-06-04 07:14:40 -07:00 |
i386.cpp
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
i386.h
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
i8253.cpp
|
Kernel: Run clang-format on everything.
|
2019-06-07 11:43:58 +02:00 |
i8253.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
init.cpp
|
Kernel: Run clang-format on everything.
|
2019-06-07 11:43:58 +02:00 |
install.sh
|
Build: Install most headers to Root (and libcore.a/libgui.a)
|
2019-05-17 21:59:48 +02:00 |
IO.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
IRQHandler.cpp
|
Kernel: Run clang-format on everything.
|
2019-06-07 11:43:58 +02:00 |
IRQHandler.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
KeyCode.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
kmalloc.cpp
|
Kernel: Run clang-format on everything.
|
2019-06-07 11:43:58 +02:00 |
kmalloc.h
|
Kernel: Make it possible to have kmalloc() dump call stacks.
|
2019-04-15 23:58:48 +02:00 |
KParams.cpp
|
Kernel: Fix KParams parsing with trailing space in kernel cmdline
|
2019-06-04 07:08:07 -07:00 |
KParams.h
|
Kernel: Run clang-format on everything.
|
2019-06-07 11:43:58 +02:00 |
kprintf.cpp
|
AK: Rename printf.cpp to PrintfImplementation.h.
|
2019-06-07 11:41:11 +02:00 |
KResult.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
kstdio.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
KSyms.cpp
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
KSyms.h
|
Kernel: Simplify dump_backtrace() API for clients.
|
2019-05-16 13:41:16 +02:00 |
linker.ld
|
Kernel: Use a multiboot header instead of a convoluted two-part bootloader.
|
2019-04-01 21:43:07 +02:00 |
Lock.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
makeall.sh
|
Misc: Add a simple init process
|
2019-05-30 02:57:15 +02:00 |
Makefile
|
Kernel: Rename FileDescriptor to FileDescription.
|
2019-06-07 09:36:51 +02:00 |
mkmap.sh
|
Kernel: Don't symbolicate symbol+offset for obvious non-kernel addresses.
|
2019-04-30 14:47:22 +02:00 |
MousePacket.h
|
Kernel: Add support for the PS/2 mouse wheel if detected.
|
2019-05-13 19:48:14 +02:00 |
Multiboot.h
|
Kernel: Make better use of the multiboot info.
|
2019-06-02 09:53:42 +02:00 |
PCI.cpp
|
Kernel: Run clang-format on everything.
|
2019-06-07 11:43:58 +02:00 |
PCI.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
PhysicalAddress.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
PIC.cpp
|
Kernel: Run clang-format on everything.
|
2019-06-07 11:43:58 +02:00 |
PIC.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
Process.cpp
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
Process.h
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
ProcessTracer.cpp
|
Kernel: Run clang-format on everything.
|
2019-06-07 11:43:58 +02:00 |
ProcessTracer.h
|
Kernel: Rename FileDescriptor to FileDescription.
|
2019-06-07 09:36:51 +02:00 |
RTC.cpp
|
Kernel: Run clang-format on everything.
|
2019-06-07 11:43:58 +02:00 |
RTC.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
run
|
Build: Remove grub from default build process
|
2019-06-04 07:15:44 -07:00 |
Scheduler.cpp
|
Kernel: Run clang-format on everything.
|
2019-06-07 11:43:58 +02:00 |
Scheduler.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
SharedMemory.cpp
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
SharedMemory.h
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
StdLib.cpp
|
Kernel: Run clang-format on everything.
|
2019-06-07 11:43:58 +02:00 |
StdLib.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
sync.sh
|
Build: Remove grub from default build process
|
2019-06-04 07:15:44 -07:00 |
Syscall.cpp
|
Kernel: Run clang-format on everything.
|
2019-06-07 11:43:58 +02:00 |
Syscall.h
|
Kernel: Syscall header should forward-declare timeval with C linkage.
|
2019-06-07 11:52:27 +02:00 |
Thread.cpp
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
Thread.h
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
UnixTypes.h
|
Kernel/LibC: Implement sched_* functionality to set/get process priority
|
2019-05-30 02:57:15 +02:00 |
VirtualAddress.h
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |