This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
user:escoute1:portfolio:hpc0project3 [2013/03/08 18:55] – [Background] escoute1 | user:escoute1:portfolio:hpc0project3 [2013/03/08 18:55] (current) – [Background] escoute1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ======Project: | ||
+ | This project is to create virtual machines on the VM Server. Started 6 Mar 2013 | ||
+ | |||
+ | =====Objectives===== | ||
+ | Simply put. Creating operational virtual machines, a first step to my VMarmy. | ||
+ | |||
+ | =====Prerequisites===== | ||
+ | In order to successfully accomplish/ | ||
+ | |||
+ | * resource1 | ||
+ | * resource2 | ||
+ | * resource3 | ||
+ | * experience1 | ||
+ | * experience2 | ||
+ | * etc. | ||
+ | |||
+ | =====Background===== | ||
+ | Useful lines of stuff! | ||
+ | Below is the old method of booting on the VMs. Put this in each config file per your VM and comment out the bootloader line, assuming that bootloader does not work initially. | ||
+ | <code bash> | ||
+ | kernel = "/ | ||
+ | ramdisk = "/ | ||
+ | |||
+ | #bootloader = '/ | ||
+ | </ | ||
+ | |||
+ | =====Scope===== | ||
+ | Give a general overview of your anticipated implementation of the project. Address any areas where you are making upfront assumptions or curtailing potential detail. State the focus you will be taking in implementation. | ||
+ | |||
+ | =====Attributes===== | ||
+ | State and justify the attributes you'd like to receive upon successful approval and completion of this project. | ||
+ | |||
+ | * attribute1: why you feel your pursuit of this project will gain you this attribute | ||
+ | * attribute2: why you feel your pursuit of this project will gain you this attribute | ||
+ | * etc... | ||
+ | |||
+ | =====Procedure===== | ||
+ | The actual steps taken to accomplish the project. Include images, code snippets, command-line excerpts; whatever is useful for intuitively communicating important information for accomplishing the project. | ||
+ | |||
+ | =====Code===== | ||
+ | Upon completion of the project, if there is an applicable collection of created code, place a copy of your finished code within < | ||
+ | |||
+ | <code c> | ||
+ | /* | ||
+ | * hello.c - A sample " | ||
+ | | ||
+ | * written by NAME for COURSE on DATE | ||
+ | * | ||
+ | * compile with: | ||
+ | | ||
+ | * | ||
+ | * execute with: | ||
+ | | ||
+ | */ | ||
+ | |||
+ | #include < | ||
+ | |||
+ | int main() | ||
+ | { | ||
+ | printf(" | ||
+ | return(0); | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | =====Execution===== | ||
+ | Again, if there is associated code with the project, and you haven' | ||
+ | |||
+ | <cli> | ||
+ | lab46: | ||
+ | Hello, World! | ||
+ | lab46: | ||
+ | </ | ||
+ | |||
+ | =====Reflection===== | ||
+ | Comments/ | ||
+ | |||
+ | =====References===== | ||
+ | In performing this project, the following resources were referenced: | ||
+ | |||
+ | * URL1 | ||
+ | * URL2 | ||
+ | * URL3 (provides useful information on topic) | ||
+ | * URL4 | ||
+ | |||
+ | Generally, state where you got informative and useful information to help you accomplish this project when you originally worked on it (from Google, other wiki documents on the Lab46 wiki, etc.) |