diff --git a/notes.txt b/notes.txt index 154b0ba..49a4cb6 100644 --- a/notes.txt +++ b/notes.txt @@ -24,11 +24,11 @@ e02-01 to e02-10 (10) - u2 - assigned: Brantley Coile, complete reviewed: tim newsham e03-01 to e03-04 (4) - u3 - - assigned: Tim Bradshaw + assigned: Tim Bradshaw, (Brad Parker, complete) reviewed: e04-01 to e04-07 (7) - u4 - - assigned: Alex Garbutt + assigned: Alex Garbutt, (Brad Parker, complete) reviewed: e05-01 to e05-06 (6) - u5 - @@ -41,8 +41,8 @@ e07-01 to e07-08 (8) - u7 - assigned: Naoki Hamada, complete reviewed: e08-01 to e08-09 (9) - u8 - - (Christian David pg 1) - assigned: + assigned: Christian David, + (Brad Parker, complete) reviewed: e09-01 to e09-08 (8) - u9 - assigned: tim newsham, complete @@ -98,6 +98,20 @@ e02-10 - comment says "cdev has device =" it probably means "#" and could have just been a weak print of "#", but leaving as "=". +-------------------- + +e03-* + - I used spaces to line up columns, not tabs. + +-------------------- + +e04-* + - I used spaces to line up columns, not tabs. + +e04-06 + - comment seems to have "not equal" character in it (equals + slash); + since my keyboard won't do that, I substituted "<>" + -------------------- I noticed that "inode" and "i-node" were used interchangably, which could possibly indicate two different people commenting the code. I left each as the original. @@ -146,6 +160,11 @@ e07-08 - There is a handwritten addendum "super block" after the line "jsr r0, ppoke" which clarifies the comment. -------------------- + +e08-* + - I used spaces to line up columns, not tabs. + +-------------------- e09-01 - I'm using tabs between opcode and operands now - left "bic $!77,r1" although written comment says "? !177" diff --git a/tools/rebuild b/tools/rebuild index cc41e99..cd41d6d 100755 --- a/tools/rebuild +++ b/tools/rebuild @@ -5,14 +5,14 @@ m() { cat pages/$2 > rebuilt/$1.s; } test -d rebuilt || mkdir rebuilt m u0 e00-* -#m u1 e01-* +m u1 e01-* m u2 e02-* -#m u3 e03-* -#m u4 e04-* +m u3 e03-* +m u4 e04-* m u5 e05-* m u6 e06-* m u7 e07-* -#m u8 e08-* +m u8 e08-* m u9 e09-* m ux e10-* #m sh e11-*