Go to file
2019-04-15 14:04:23 +02:00
AK LibCore: Add a CConfigFile class, a simple INI file parser. 2019-04-15 02:23:20 +02:00
Applications VisualBuilder: Let's have getters and setters for properties. 2019-04-14 04:14:23 +02:00
Base Minesweeper: Add little icons to the flags and timer labels. 2019-04-15 03:12:28 +02:00
Games/Minesweeper Minesweeper: Add little icons to the flags and timer labels. 2019-04-15 03:12:28 +02:00
Kernel Userland: Make sync.sh copy all executables from ../Userland 2019-04-15 13:53:27 +02:00
LibC Kernel: More work towards POSIX SHM, also add ftruncate(). 2019-04-09 01:10:00 +02:00
LibCore LibCore: Add a CConfigFile class, a simple INI file parser. 2019-04-15 02:23:20 +02:00
LibGUI GWidget: Add direct setters for x, y, width & height. 2019-04-14 04:10:43 +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 LibCore: Add a convenience constructor for CTimer. 2019-04-14 05:44:15 +02:00
SharedGraphics GVariant: Add to_bool(), to_int() and to_color(). 2019-04-13 12:39:20 +02:00
Userland Userland: Add a /bin/basename program. 2019-04-15 13:57:09 +02:00
.gitignore Move over to building all of userspace with i686-pc-serenity-g++. 2019-02-22 14:45:14 +01:00
LICENSE Let's go with a 2-clause BSD license. 2019-04-15 14:04:23 +02: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.