OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 6:37 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: BeeOS kernel
PostPosted: Fri Jan 12, 2018 1:57 pm 
Offline

Joined: Fri Jan 05, 2018 8:29 am
Posts: 2
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:


Top
 Profile  
 
 Post subject: Re: BeeOS kernel
PostPosted: Fri Apr 06, 2018 5:51 am 
Offline

Joined: Fri Jan 05, 2018 8:29 am
Posts: 2
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


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 24 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group