DOCS

Software is as good as its documentation.
There are 5 kinds of Documentations.

1. Theory & General Designs

This section explains the theory behind WASM OS.
Topics that explain why it is being developed and how it is to be developed


2. Developer Documentation

This kind of Documentation explains the design of WASM OS in more detail. It explains how you can modify the codebase. It is suited for Developers or people who want to learn how to rebuild the OS.

3. User Documentation

This kind of Documentation elaborates on how to use WASM OS. For example, you can find Instructions on how to install the OS on different architectures.
Or how to install applications on the OS

4. Error Handling Documentation

This kind of Documentation elaborates on the different error messages that are part of the OS. This might be usefull when troubleshooting the OS
It specifies the Error codes, the origin modules, the causes and propable solutions to those errors.

5. Testing Documentation

This kind of Documentation elaborates on the different Unit and Integration tests. It further provides instructions on how to run those tests

Developer Documentation

Developer Documentation is currently is not yet available.

User Documentation

User Documentation is currently is not yet available.

Testing Documentation

Testing Documentation is currently is not yet available.

Error Handling Documentation

Error Handling Documentation is currently is not yet available.

Development Journal

The Development Journal is a continuous documentation where the developer will write about the tasks they have done. more like a checklist.

The developer can attach links to reports explaining how the task was done or if there was any problem encountered

The Supervisor can comment on the progress by editing the Page

Coming soon

Still finding my footing.

Still choosing my fighting stance.

Elements

Text

This is bold and this is strong. This is italic and this is emphasized. This is superscript text and this is subscript text. This is underlined and this is code: for (;;) { ... }. Finally, this is a link.


Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

Blockquote

Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.

Preformatted

i = 0;

while (!deck.isInOrder()) {
    print 'Iteration ' + i;
    deck.shuffle();
    i++;
}

print 'It took ' + i + ' iterations to sort the deck.';

Lists

Unordered

  • Dolor pulvinar etiam.
  • Sagittis adipiscing.
  • Felis enim feugiat.

Alternate

  • Dolor pulvinar etiam.
  • Sagittis adipiscing.
  • Felis enim feugiat.

Ordered

  1. Dolor pulvinar etiam.
  2. Etiam vel felis viverra.
  3. Felis enim feugiat.
  4. Dolor pulvinar etiam.
  5. Etiam vel felis lorem.
  6. Felis enim et feugiat.

Icons

Actions

Table

Default

Name Description Price
Item One Ante turpis integer aliquet porttitor. 29.99
Item Two Vis ac commodo adipiscing arcu aliquet. 19.99
Item Three Morbi faucibus arcu accumsan lorem. 29.99
Item Four Vitae integer tempus condimentum. 19.99
Item Five Ante turpis integer aliquet porttitor. 29.99
100.00

Alternate

Name Description Price
Item One Ante turpis integer aliquet porttitor. 29.99
Item Two Vis ac commodo adipiscing arcu aliquet. 19.99
Item Three Morbi faucibus arcu accumsan lorem. 29.99
Item Four Vitae integer tempus condimentum. 19.99
Item Five Ante turpis integer aliquet porttitor. 29.99
100.00

Buttons

  • Disabled
  • Disabled

Form