OSDev.org
https://forum.osdev.org/

BeeOS kernel
https://forum.osdev.org/viewtopic.php?f=2&t=32688
Page 1 of 1

Author:  davxy [ Fri Jan 12, 2018 1:57 pm ]
Post subject:  BeeOS kernel

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

:mrgreen:

Author:  davxy [ Fri Apr 06, 2018 5:51 am ]
Post subject:  Re: BeeOS kernel

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

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/