Difference between revisions of "SRA840 Lab3"
Milton.paiva (talk | contribs) (→Milton Paiva Neto) |
Milton.paiva (talk | contribs) |
||
Line 6: | Line 6: | ||
'''Processor:''' Intel(R) Core(TM)2 Duo CPU T5450 @ 1.66GHz | '''Processor:''' Intel(R) Core(TM)2 Duo CPU T5450 @ 1.66GHz | ||
*How my processor does not have the instruction '''vmx''' I could not use kvm, then I used '''Virtual Box''' that only supports 32 bits guest operational systems. | *How my processor does not have the instruction '''vmx''' I could not use kvm, then I used '''Virtual Box''' that only supports 32 bits guest operational systems. | ||
+ | |||
+ | '''Installing a port:''' Install a port is the same thing as compile and install a software from the source in Fedora, just ''./configure, make, and make install.'' |
Revision as of 16:42, 2 February 2009
Milton Paiva Neto
Host OS: Fedora Core 10 x64
Guest Os: FreeBSD 7.1 i386
Processor: Intel(R) Core(TM)2 Duo CPU T5450 @ 1.66GHz
- How my processor does not have the instruction vmx I could not use kvm, then I used Virtual Box that only supports 32 bits guest operational systems.
Installing a port: Install a port is the same thing as compile and install a software from the source in Fedora, just ./configure, make, and make install.