Truly independent web browser
Go to file
Andreas Kling 6d5a54690e LibGUI: Make GSocket connection asynchronous.
Now connect() will return immediately. Later on, when the socket is actually
connected, it will call GSocket::on_connected from the event loop. :^)
2019-04-08 04:56:11 +02:00
AK AK: Improve StringImpl chomping a bit. 2019-04-07 20:21:11 +02:00
Applications LibGUI: Make GSocket connection asynchronous. 2019-04-08 04:56:11 +02:00
Base WindowServer: Show a special "move" cursor when dragging windows around. 2019-03-31 22:42:13 +02:00
Kernel Kernel: Support non-blocking connect(). 2019-04-08 04:52:21 +02:00
LibC Kernel+Userland: Add the rename() syscall along with a basic /bin/mv. 2019-04-07 23:35:26 +02:00
LibGUI LibGUI: Make GSocket connection asynchronous. 2019-04-08 04:56:11 +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: Add ability to initiate window resize from window edges. 2019-04-06 23:20:06 +02:00
SharedGraphics Add a slight hover highlight to GButton and WSButton. :^) 2019-04-06 04:08:09 +02:00
Userland Kernel+Userland: Add the rename() syscall along with a basic /bin/mv. 2019-04-07 23:35:26 +02: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.