Skip to content

zshandy/ECE391

Repository files navigation

A simple custom linux kernel

Description

This kernel is developed as a school project.

It contains all the features a normal kernel contains.

There are some extra features:

  • file system
  • support for keyboard
  • support for mouse if GUI is implemented in the OS based on this kernel
  • support for schedueling (specifically 3 terminals)

Instruction to Compile

To compile the kernel image:

make dep

sudo make

The make command will create two images, the kernel image "bootimg.img" and the disk image "mp3.img".

The created disk image is provided for running kernel in QEMU emulator.

About

Created a linux kernel with all the features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages