gkd2000 / csc395_final_project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter Kernel

This is the starter kernel code for the spring 2022 offering of CSC 395: Advanced Operating Systems at Grinnell College. This project includes the basic elements required to build and run a simple kernel on an x86_64 machine emulated with QEMU.

Acknowledgements

This starter code is based on the following example projects:

In addition to the above example projects, the following references were used when setting up this code:

About


Languages

Language:C 94.9%Language:Makefile 4.0%Language:Assembly 1.1%Language:Shell 0.1%