Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 463 Bytes

File metadata and controls

18 lines (13 loc) · 463 Bytes

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.