Mirror of CollapseOS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

17 行
724B

  1. Then, it's a matter of adding layer after layer. For most
  2. system, all those layers except the drivers will be added the
  3. same way. Drivers are a bit tricker and machine specific. I
  4. can't help you there, you'll have to use your wits.
  5. After we've loaded the high part of the core words, we're at
  6. the "wrapping up" part. We add what we call a "hook word" (an
  7. empty word with a single letter name) which doesn't cost us
  8. much and can be very useful if we need to augment the binary
  9. with more words, and at that point we have our future boot
  10. CURRENT, which PC yields. That is why we write it to the
  11. LATEST field of the stable ABI: This value will be used at
  12. boot.
  13. (cont.)