Kiriki-liszt / ECE359_ECEOS_Assignment

Linux kernel module & Simple shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECE359_ECEOS_Assignment

Linux kernel module & Simple shell

Objectives

  • To understand and practice Linux kernel module programming
  • To understand and practice process management by developing a simple shell

Implementations

  • Part I: A simple kernel module
    • that iterates over all tasks with Depth/Breadth-First Search
  • Part II: A simple Linux shell
    • that is able to create a child process with arguments
    • and also able to output the command history

About

Linux kernel module & Simple shell


Languages

Language:Batchfile 68.5%Language:Makefile 26.7%Language:C 4.8%