SKTT1Ryze / hust_os_lab

HUST OS Lab Implementation with Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HUST OS Lab

This repo is for OS lab in HUST.

Lab1

cd lab_1
gcc process.c -o process
./process

......

Type Ctrl + C to send SIGINT to the parent process.

Lab2

cd lab_2
cd air_ticket
cargo run

......

cd ..
cd cal_print
cargo run

Lab3

cd lab_3
cd shared_memory
cargo run

Lab4

cd lab_4
cd rust-walkdir
cargo run

About

HUST OS Lab Implementation with Rust

License:MIT License


Languages

Language:C 65.8%Language:Rust 34.2%