Skip to content

embeddedlinuxworkshop/M1-S2-A1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

M1-S2-A1

Assignment one for kernel module

  • Check how many cores do you have using top command.
  • Create number of cores + 2 processes dd if=/dev/zero of=/dev/null run in background.
  • Change priority for them:
    • -20, -10, 0, .. , 19
  • Monitor them using top command, did you notice any change ?
  • Kill them all using killall command.

Expected output:

  • file with all commands used.
  • optional: screenshots.

Upload to github.

  • Not needed.

About

Assignment one for kernel module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published