Skip to content

elephanting/osc2021

 
 

Repository files navigation

My OSC 2021

My Implementation of Operating System at OSC2021, NYCU.

image

Author

學號 GitHub 帳號 姓名 Email
0856123 elephanting 柯若霖 elephanting5566@gmail.com

How to build

make

How to run

make run

How to burn it into pi3

dd if=<bootable image> of=<device>

Commands

ls: list files in file system

cat filename: concatenate files and print on screen

thread: test multithreading and user program system calls, please refer to app1.c and app2.c

vfs_test: test virtual file system and tmpfs create, read and write files, please refer to test.c

fork: test virtual memory and multithreading, please refer to fork.c

About

Homework submission for student

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 67.8%
  • Assembly 29.3%
  • Makefile 2.5%
  • Other 0.4%