Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
608B

  1. Bootstrap guide
  2. You want to deploy Collapse OS on a new system? Start here.
  3. What is Collapse OS? It is a binary placed either in ROM on
  4. in RAM by a bootloader. That binary, when executed, initializes
  5. itself to a Forth interpreter. In most cases, that Forth
  6. interpreter will have some access to a mass storage device,
  7. which allows it to access Collapse OS' disk blocks and come
  8. to this block to bootstrap itself some more.
  9. This binary can be separated in 5 distinct layers:
  10. 1. Boot code (B280)
  11. 2. Boot words (B305)
  12. 3. Core words (low) (B350)
  13. 4. Drivers (cont.)