2011-08-12から1日間の記事一覧

Scheme 手習い 10 章 (2)

そういえば、ということで git fetch してみた。 $ git fetch remote: Counting objects: 119, done. remote: Compressing objects: 100% (49/49), done. remote: Total 117 (delta 76), reused 108 (delta 67) Receiving objects: 100% (117/117), 11.02 Ki…

6.828: Operating System Engineering (71)

mem.pdf の以下の課題に着手。 Exercises 1. Set a breakpoint at swtch. Single step with gdb’s stepi through the ret to forkret, then use gdb’s finish to proceed to trapret, then stepi until you get to initcode at virtual address zero. 2. Loo…