sample lab report template

ECEN 5623 Real Time Embedded Systems
Name: XYZ
LAB 1
1.
Ans:
2.
Read Scheduling Algorithms for Multiprogramming in a Hard Real-Time Environment.
Please summarize the paper's main points (at least 3 or more) in a short paragraph.
Paragraph summarizing the paper
Set a break point in function sender with the windshell command "b sender". Now
run mq_demo from the windshell. When the breakpoint is hit, start a Debug session
using the "bug" icon. Use the Debug menu and select "Attach..." and attach to the
"Sender" task. You should see a debug window with the cursor sitting at the sender
function entry point. Switch the View to "Mixed Source and Disassembly" and now
count the number of instructions from the sender entry up to the call to mq_open.
How many steps are there from a breakpoint set at this entry point until you enter
mq_open using the single step into? Provide a capture showing the breakpoint output
from your windshell. (Hint: See How to Create a breakpoint)
Ans : Screen shot, justification, examples, formulae etc. if any to support your answer
Name of modified code (if any): xyz.c (file path name if any)
Sample Annotated Screen Shot:
ECEN 5623 Real Time Embedded Systems
Name: XYZ