This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
davxy
Posts: 2 Joined: Fri Jan 05, 2018 8:29 am
Libera.chat IRC: davxy
Contact:
Post
by davxy » Fri Jan 12, 2018 1:57 pm
BeeOS
A simple, minimal "Unix-like" kernel trying to be POSIX compliant.
(at least with regard to the implemented services).
The kernel is **NOT STABLE** and is a discontinuous work mainly used as a didactical tool for operating systems and low level programming.
Because of it's simplicity it can be used as a trampoline to start digging with common operating system problems.
Once you've mastered the BeeOS sources it will be a lot easier to start hacking with more complex OS projects
Supported Architectures
- x86
Core Features
- Multitasking
- Syscalls
- Virtual Memory
- Virtual File System (ext2 and custom initrd)
- SLAB allocator
- Buddy allocator
- Timer queues
IPC
- Signals
- Pipes
- System V messages
Synchronization
- Spinlocks
- Wait queues
Drivers
- TTY
- Screen
- Ramdisk
- Keyboard
Other
- Multiple TTY consoles
Hosted @
https://github.com/davxy/beeos
davxy
Posts: 2 Joined: Fri Jan 05, 2018 8:29 am
Libera.chat IRC: davxy
Contact:
Post
by davxy » Fri Apr 06, 2018 5:51 am
Just released a
new kernel version (v0.2.0)
The kernel has been subject to a major code refactory and an in-depth static analysis using the following coding standards:
- SEI CERT C
- MISRA C 2012
- MISRA C 2004
The kernel intensions are not to achieve full compliance (a lot of violations still exists).
The purposes are didactical, an opportunity for code refactory and dead code removal.
If you are interested in coding standards take a look at the full analysis document
https://datawok.net/articles/2018/beeos_static