Skip to content

Commit

Permalink
clean up library table
Browse files Browse the repository at this point in the history
  • Loading branch information
duckinator committed Jan 28, 2019
1 parent e3313ee commit 65c6ade
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ NOTE: In the table below, "libc" and "ali" are listed as distinct
dependencies, because ali accumulated nonstandard components during
experimentation. This needs to be resolved in some way.

| Library | Purpose | Required Deps | Optional Deps |
|-------------|-------------------|--------------------------|---------------|
| [ali][1] | libc, events | memory manager | Tinker |
| [cadel][2] | graphics | (unknown) | (unknown) |
| [dmm][3] | memory manager | libc (stddef.h, stdint.h)| Tinker |
| [flail][4] | kernel panics | libc (stddef.h, stdint.h)| Tinker |
| greeter[^1] | boot-time greetng | Ali (event, text) | (none) |
| hal[^1] | hardware abstraction layer | libc, Ali, DMM, Flail | Tinker|
| shell[^1] | minimal shell | libc, Ali (event, str) | (none) |
| tests[^2] | Tinker integration| Ali, Tinker[^3] | ??? |
| [tinker][6] | kernel test framework | libc, Ali (number) | (none) |
| Library | Purpose | Required Deps | Optional Deps |
|-------------|-------------------------|---------------------------|---------------|
| [ali][1] | libc, events | memory manager | Tinker |
| [cadel][2] | graphics | (unknown) | (unknown) |
| [dmm][3] | memory manager | libc (stddef.h, stdint.h) | Tinker |
| [flail][4] | kernel panics | libc (stddef.h, stdint.h) | Tinker |
| greeter[^1] | boot-time greeting | Ali (event, text) | (none) |
| hal[^1] | hardware abstraction layer | libc, Ali, DMM, Flail | Tinker |
| shell[^1] | minimal shell | libc, Ali (event, str) | (none) |
| tests[^2] | Tinker integration | Ali, Tinker[^3] | ??? |
| [tinker][6] | kernel test framework | libc, Ali (number) | (none) |

[^1]: Planned to eventually be removed from the source tree.
[^2]: awooOS-specific, and thus will remain in the awooOS source tree.
Expand Down

0 comments on commit 65c6ade

Please sign in to comment.