Mirror of CollapseOS
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

17 satır
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.)