Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 669 Bytes

File metadata and controls

24 lines (17 loc) · 669 Bytes

SSTF-alpha_HDD_scheduling

操作方法

  • 若要快速獲得執行結果,請使用 make clean all test
  • make help: show the manual of ALL COMMANDS.
  • all: Compile code and generate executable named "main.elf"
  • test: Test data and output result
  • format: Format program files automatically
  • clean: Clean the executable "main.elf"

完成部份

  • 所有作業要求皆有完成。

編譯及測試

  • 若與作業要求相同測資,即如同操作方法所示,make clean all test 即可。
  • 若還有額外測資,則
    • make clean all
    • ./main.elf <testfile name>

執行結果

pic