Bromind / ANFK

Another not-funny kernel (experiences on raspberry)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kernel for raspberry

This is the project for M.Pouzet & M. Bourke's Operating Systems course at ENS.

Directories

Directory Content
/ script, readme & all that stuff
/kernel/ base of kernel, mainly startup
/kernel/processManager all that concern process managing, i.e. transfer functions, etc...
/kernel/driver/ sources for driver (gpio, framebuffer, mailbox, etc...)
/kernel/mem/ stuff concerning memory allocation
/kernel/fs/ filesystem stuff
/kernel/syscall/ syscall sources
/utils/ maths, dynamic lists, dynamic arrays, etc...

About

Another not-funny kernel (experiences on raspberry)


Languages

Language:C 61.1%Language:Assembly 28.5%Language:Shell 5.5%Language:Makefile 4.6%Language:C++ 0.4%Language:Objective-C 0.0%