Plan 9 and Inferno at the Google Summer of Code

Things to do next

I found out that plan9 kernel startup point is in l.s file.
9load enables paging and maps first 16 MB of RAM identity mapped.
OFW doesn’t support this. Also plan9 assembly is somewhat different than GNU or Intel assembly. Looking at this issue I think I need to read following things first before proceeding further:

  1. Paging - Page Tables Setup etc.
  2. How to use Plan9 C compiler - Rob Pike
  3. A Manual for Plan9 assembler - Rob Pike