The Serenity Operating System 🐞
Find a file
Andreas Kling f2580dcfeb FontEditor: Remove weird focus rects and optimize repaint while drawing.
I added focus rects to these widgets because I had just started working on
focus support and I was excited but it doesn't really make sense for these
things to have focus rects. :^)

While I was here I also optimized the repaint code to only update the edited
glyph in the glyph map when editing its pixels.
2019-04-06 15:28:06 +02:00
AK WindowServer: Factor out window frame logic into a WSWindowFrame class. 2019-04-05 15:54:56 +02:00
Applications FontEditor: Remove weird focus rects and optimize repaint while drawing. 2019-04-06 15:28:06 +02:00
Base WindowServer: Show a special "move" cursor when dragging windows around. 2019-03-31 22:42:13 +02:00
Kernel Kernel: Use alloc_fd() more instead of walking fd list manually. 2019-04-06 14:54:32 +02:00
LibC AK: Fix problem when building i686-pc-serenity toolchain from scratch. 2019-04-05 03:58:40 +02:00
LibGUI GScrollBar: Add the same hover highlight effect as GButton. 2019-04-06 13:55:56 +02:00
LibM LibM: Stub out ldexp(). 2019-03-27 01:41:55 +01:00
Meta Meta: Time for a new screenshot :^) 2019-04-06 01:31:12 +02:00
Servers WindowServer: Remove some debug spam. 2019-04-06 13:45:42 +02:00
SharedGraphics Add a slight hover highlight to GButton and WSButton. :^) 2019-04-06 04:08:09 +02:00
Userland LibGUI: Improve GFrame's look for Container shapes. 2019-03-28 20:15:13 +01:00
.gitignore Move over to building all of userspace with i686-pc-serenity-g++. 2019-02-22 14:45:14 +01:00
ReadMe.md Meta: Time for a new screenshot :^) 2019-04-06 01:31:12 +02:00

Serenity

x86 Unix-like operating system for IBM PC-compatibles.

About

I always wondered what it would be like to write my own operating system, but I never took it seriously. Until now.

I've grown tired of cutesy and condescending software that doesn't take itself or the user seriously. This is my effort to bring back the feeling of computing I once knew.

Roughly speaking, the goal here is a marriage between the aesthetic of late-1990s productivity software and the power-user accessibility of late-2000s *nix. This is a system by me, for me, based on the things I like.

Screenshot

Screenshot as of ef9fbef

Current features

  • Pre-emptive multitasking
  • Multithreading
  • Compositing window server
  • IPv4 networking with ARP, TCP, UDP and ICMP
  • ext2 filesystem
  • Unix-like libc and userland
  • mmap()
  • /proc filesystem
  • Local sockets
  • Pseudoterminals
  • Event-driven GUI library
  • PNG format support
  • Text editor
  • IRC client
  • DNS lookup
  • Other stuff I can't think of right now...

How do I build and run this?

See the step-by-step guide to building Serenity

Author

License

Undecided. I will probably go with something BSD-ish.