mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 21:15:14 +00:00
Truly independent web browser
This widget is far from finished, but it's off to a good start. Also added a GResizeEvent and GWidget::resize_event() so that widgets can react to being resized. |
||
---|---|---|
AK | ||
Base | ||
Clock | ||
FileManager | ||
FontEditor | ||
Kernel | ||
Launcher | ||
LibC | ||
LibGUI | ||
Meta | ||
SharedGraphics | ||
Terminal | ||
Userland | ||
WindowServer | ||
.gitignore | ||
ReadMe.md |
Serenity
x86 Unix-like operating system for IBM PC-compatibles
About
I always wanted to write my own operating system, but I never took it seriously. Until now.
Current features
- Pre-emptive multitasking
- Compositing window server
- ext2 filesystem support
- mmap()
- Unix-like libc and userland
- Pseudoterminals
- Event-driven GUI library
- Other stuff I can't think of right now...
Author
- Andreas Kling - awesomekling
License
Undecided. Probably something close to 2-clause BSD.