index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
init.cpp
Age
Commit message (
Expand
)
Author
2019-08-18
Kernel: Implement generic VGA device using multiboot info
Conrad Pankoff
2019-08-18
Kernel: Disable VGA console in graphical mode
Conrad Pankoff
2019-08-17
Kernel+SystemServer: Mount filesystems and start TTYServer in userspace
Sergey Bugaev
2019-08-17
DevPtsFS: Do not assume there is one of it
Sergey Bugaev
2019-08-17
ProcFS: Do not assume there is one of it
Sergey Bugaev
2019-08-15
Kernel: Add TmpFS
Sergey Bugaev
2019-08-12
Server: Add TTYServer, a rudimentary text console manager
Conrad Pankoff
2019-08-11
Kernel: Print out PCI devices during boot
Conrad Pankoff
2019-08-11
Kernel: Add serial_debug cmdline parameter
Conrad Pankoff
2019-07-30
Kernel: fix typo regarding floppy drives in init_stage2
Conrad Pankoff
2019-07-28
Kernel: Expand PATA driver to support multiple hard drives (#365)
Jesse
2019-07-21
Kernel: Remove bitrotted "spawn stress" code.
Andreas Kling
2019-07-20
Finalizer: Don't double-yield
Robin Burchell
2019-07-20
Thread: Return a result from block() indicating why the block terminated
Robin Burchell
2019-07-19
Kernel: Remove memory allocations from the new Blocker API
Robin Burchell
2019-07-19
Kernel: Convert BlockedSignal and BlockedLurking to the new Blocker mechanism
Robin Burchell
2019-07-17
Kernel: Initial FDC Device Driver (#315)
Jesse
2019-07-13
Kernel: First cut of a sb16 driver
Robin Burchell
2019-07-11
Kernel: Remove use of copy_ref() in favor of regular RefPtr copies.
Andreas Kling
2019-07-09
Kernel: Move i8253.cpp => Arch/i386/PIT.cpp
Andreas Kling
2019-07-09
Kernel: Move PIC.cpp into Arch/i386/
Andreas Kling
2019-07-08
Kernel: Extended IDE interface to allow slave device usage (#283)
Jesse
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-08
Kernel: Implement serial port driver
Conrad Pankoff
2019-06-07
Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}
Andreas Kling
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
2019-06-04
Kernel: Parse cmdline for root filesystem e.g. root=/dev/hda1
Conrad Pankoff
2019-06-04
Kernel: Add KParams class for accessing kernel cmdline parameters (#188)
Conrad Pankoff
2019-06-02
Kernel: Implement MBR partition loader (#168)
Conrad Pankoff
2019-06-02
Kernel: Rename OffsetDiskDevice to DiskPartition
Conrad Pankoff
2019-06-02
Kernel: Implement OffsetDiskDevice to prepare for partition support
Conrad Pankoff
2019-06-02
Kernel: Make better use of the multiboot info.
Andreas Kling
2019-05-30
Misc: Add a simple init process
Robin Burchell
2019-05-24
Launcher loads applications from Launcher.ini, is started by default, and is ...
Christopher Dumas
2019-04-20
Snake: Flesh out a basic snake game :^)
Andreas Kling
2019-04-18
LibGUI: Start working on GTableView inline editing.
Andreas Kling
2019-04-18
Kernel+LibC: Add a DebugLogDevice that forwards everything to I/O port 0xe9.
Andreas Kling
2019-04-16
AK: Try to use StringViews more for substrings and splitting.
Andreas Kling
2019-04-14
Kernel: Remove system.h and make the uptime global a qword.
Andreas Kling
2019-04-12
VisualBuilder: Add some more GWidget default properties.
Andreas Kling
2019-04-12
Kernel: Spawn text editor by default while I work on it.
Andreas Kling
2019-04-11
GGroupBox: Improve appearance with new FrameShape::Box style.
Andreas Kling
2019-04-06
Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress.
Andreas Kling
2019-04-04
Kernel: Spawn /bin/Taskbar on startup.
Andreas Kling
2019-04-03
Kernel: Move VM-related files into Kernel/VM/.
Andreas Kling
2019-04-03
Kernel: Move devices into Kernel/Devices/.
Andreas Kling
2019-04-03
Kernel: Move TTY-related files into Kernel/TTY/.
Andreas Kling
2019-04-03
Kernel: Move FS-related files into Kernel/FileSystem/
Andreas Kling
2019-04-02
Kernel: Move networking related files into Kernel/Net/.
Andreas Kling
[next]