CS 460 Teaching Assistant Fall 2009

Name Qing(Connor) Chang
Office Sloan 304
Office Hour Tue 10:00am - 12:00am        
Email qchang@eecs.wsu.edu

Important Notes:
There is another page called "460 DEMO TIME SLOT" which shows the demo checking time.
If you have any questions, please feel free to contact me. Thank you!

-------------------------------------------------------------------

How to build Qemu Lab Environment?
1) Install qemu
2) change command:
 
dd if=a.out of=/dev/fd0 bs=1024 count=1  =====>   dd if=a.out of=fdimage(your image) bs=1024 conv=notrunc
3) boot from your image:
    qemu -fda fdimage(your image) -boot a -no-fd-bootchk

How to mount mtximage?
mount -o loop ./mtximage /fd0

Enjoy Coding!