Skip to content

Peggy1210/operating-system-HW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating System - Homework

TODOs

In this project, we are going to implement a cooperative multithreading system.

Run

Compile your code with SDCC using the provided Makefile. You should use the following two commands. The first one deletes all the compiled files so it forces a rebuild if you have compiled before. The second one compiles it.

$ make clean
$ make

The compiler should generate several testcoop.* files with different extensions:

  • .hex file can be opened directly in EdSim51
  • .map file shows the mapping of the symbols to their addresses after linking

Finally, open the .hex file in EdSim51 and run the code. The system will start to run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published