2011-07-01から1日間の記事一覧

6.828: Operating System Engineering (19)

デバッグシンボルが盛り込まれているので、それを有効活用というか前の問題でダウト判定だった syms=`grep "kern/init.c:[0-9]*: *test_backtrace[+]" jos.out` symcnt=`grep "kern/init.c:[0-9]*: *test_backtrace[+]" jos.out | wc -l`なナニを盛り込め、…

Arduino 持ってるので

以下な人柱、ってネタもあるんですがね。 Arduino UnoでADKを自作

6.828: Operating System Engineering (18)

ええと、inc/x86.h とか kern/monitor.c とか書いてあります。mon_backtrace という手続きを実装せぇとか何とか。 Exercise 11 Implement the backtrace function as specified above. Use the same format as in the example, since otherwise the grading …