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

17 行
506B

  1. See B260 for details.
  2. Drivers
  3. Up until now, we haven't implemented EMIT or KEY yet: those
  4. words are defined in the "high" part of core words because we
  5. generally need machine-specific drivers to implement (emit) and
  6. (key).
  7. Well, now is their time to shine. We split core in two
  8. precisely to fit drivers in there. This way. they have access
  9. to a pretty good vocabulary and they're also give the oppor-
  10. tunity to provide (emit) and (key).
  11. (cont.)