Sergey Bugaev
|
66a0a12435
DevPtsFS: Do not assume there is one of it
|
5 years ago |
Sergey Bugaev
|
37cc80fb96
ProcFS: Do not assume there is one of it
|
5 years ago |
Sergey Bugaev
|
b4c607a8da
Kernel: Add TmpFS
|
5 years ago |
Conrad Pankoff
|
67a4256a98
Server: Add TTYServer, a rudimentary text console manager
|
6 years ago |
Conrad Pankoff
|
d1a7316799
Kernel: Print out PCI devices during boot
|
6 years ago |
Conrad Pankoff
|
3026c37d5d
Kernel: Add serial_debug cmdline parameter
|
6 years ago |
Conrad Pankoff
|
973c2d9bfd
Kernel: fix typo regarding floppy drives in init_stage2
|
6 years ago |
Jesse
|
59e122f8ba
Kernel: Expand PATA driver to support multiple hard drives (#365)
|
6 years ago |
Andreas Kling
|
38b13f1508
Kernel: Remove bitrotted "spawn stress" code.
|
6 years ago |
Robin Burchell
|
98929ba715
Finalizer: Don't double-yield
|
6 years ago |
Robin Burchell
|
833d444cd8
Thread: Return a result from block() indicating why the block terminated
|
6 years ago |
Robin Burchell
|
cd76b691fb
Kernel: Remove memory allocations from the new Blocker API
|
6 years ago |
Robin Burchell
|
d2ca91c024
Kernel: Convert BlockedSignal and BlockedLurking to the new Blocker mechanism
|
6 years ago |
Jesse
|
10ffaf019f
Kernel: Initial FDC Device Driver (#315)
|
6 years ago |
Robin Burchell
|
6c4024c04a
Kernel: First cut of a sb16 driver
|
6 years ago |
Andreas Kling
|
5254a320d8
Kernel: Remove use of copy_ref() in favor of regular RefPtr copies.
|
6 years ago |
Andreas Kling
|
6c87d3afa9
Kernel: Move i8253.cpp => Arch/i386/PIT.cpp
|
6 years ago |
Andreas Kling
|
9fdcede491
Kernel: Move PIC.cpp into Arch/i386/
|
6 years ago |
Jesse
|
ab90d2e251
Kernel: Extended IDE interface to allow slave device usage (#283)
|
6 years ago |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 years ago |
Andreas Kling
|
90b1354688
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
6 years ago |
Conrad Pankoff
|
8b1154f5f2
Kernel: Implement serial port driver
|
6 years ago |
Andreas Kling
|
736092a087
Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}
|
6 years ago |
Andreas Kling
|
bc951ca565
Kernel: Run clang-format on everything.
|
6 years ago |
Conrad Pankoff
|
0aa1f1c2d6
Kernel: Parse cmdline for root filesystem e.g. root=/dev/hda1
|
6 years ago |
Conrad Pankoff
|
738f9de9a9
Kernel: Add KParams class for accessing kernel cmdline parameters (#188)
|
6 years ago |
Conrad Pankoff
|
c02b8b715d
Kernel: Implement MBR partition loader (#168)
|
6 years ago |
Conrad Pankoff
|
32d78a8526
Kernel: Rename OffsetDiskDevice to DiskPartition
|
6 years ago |
Conrad Pankoff
|
6f43f81fb4
Kernel: Implement OffsetDiskDevice to prepare for partition support
|
6 years ago |
Andreas Kling
|
4320c5fd58
Kernel: Make better use of the multiboot info.
|
6 years ago |