logoISU  

CS469/569 - Linux and Unix Administration and Networking

Spring 2022

Displaying ./code/03-22/README~

h7
- status checks on where you're at
- remaining problems Jeff hasn't finished?
- questions...

q7 - will go up today or tomorrow, due Thursday or Friday, on the reading before partition tables (that and after not included), and the h7 assignment.

a few C programs to play with...
- statically linked
- dynamically linked

libraries
- shared versus not - why?
- static versus dynamic
- blast from the past - "Dll hell"*
  * note that windows was shared memory until 2000...

boot process
- key takeaway - who is in charge of the computer?
      	       	 whoever has some code in the first sector
		 of the boot device (i.e., whoever has
		 physical access to the computer when it
		 turns on).