Skip to content

NYCU Operating System Capstone, Spring 2022. Final Project - Simple SSD

Notifications You must be signed in to change notification settings

jack42611/Simple-SSD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple SSD

NYCU Operating System Capstone, Spring 2022

Final Project: Simple SSD

Build

Set macro NAND_LOCATION in ssd_fuse_header.h to some path (e.g. The directory of this repository). ssd_fuse will create some files in this path to emulate NAND.

Then build ssd_fuse and ssd_fuse_dut:

./make_ssd

Run

Termianl 1:

mkdir /tmp/ssd
./ssd_fuse -d /tmp/ssd

Terminal 2:

sh test.sh test1

About

NYCU Operating System Capstone, Spring 2022. Final Project - Simple SSD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.1%
  • Shell 8.9%