63
edits
Changes
→Week 5 (Sept 29) - Building a New Kernel
** Here's some notes on [[SYA710 Building a New Kernel]]
** Also some notes on [[SYA710 Booting with GRUB]]
* Concepts/Commands learned/used in this week's lecture
** ar command - usually used to archive object files
*** ar t /usr/lib/libz.a
** cpio command to copy files to/from archives
*** cat initrd-uncompressed-file | cpio -i
** ldd command to print shared library dependencies
*** ldd /usr/bin/ssh
== Week 6 (Oct 6) - Automated Installations ==