______ In-class notes for 10/09/2020 (CS 273 (OS), Fall 2020)
Home
>>     < >




In-class notes for 10/09/2020

CS 273 (OS), Fall 2020

  • HW8, due Monday

  • Next week - VMs

  • Before next Friday's class, carry out these preliminary steps while logged into your VM

    • Download the tarball of Linux source code (first, cd into a directory of your choice)

      wget https://www.cs.stolaf.edu/t/os/linux-5.0.21.tar.xz 
      

    • Unpack the tarball into your system's /usr/src directory

      sudo tar xvfJ linux-5.0.21.tar.xz -C /usr/src
      
      • tar, flags xvfJ. Note the capital J character (for uncompressing .xz files)

Memory management overview




< >