CS 2734
Computer Organization II
Tryits
- [8/28] Note: Use
man cc to get a list of
compiler options.
- Take one of your old C programs and do the following:
- Compile it with the
-B static
option and look at the size.
of the executable (ls -l )
- Compile it with the
-B dynamic
option and look at the size.
of the executable (ls -l )
- Compare the sizes of the two executables.
- Take one of your old C programs and compile it with the
-S option. The compiler will produce
a .s file with the assembly-language
translation of your program.
- [9/3] Edit your .cshrc and change your
umask
from 022 to 077. Also use chmod to change the permissions
on your cs2734 subdirectory so that it can not be read
or executed by anyone but you.
- [9/6] Get into the answerbook and do a keyword search.
- [9/23] Execute stty -a to find out what your default
terminal settings are. Try to change some of them using stty.
- [10/21]. Fill out the Computer
Description Checklist for the Intel 80386 and the Sparc processor.