More content added

This commit is contained in:
Ilia Sharin 2026-04-26 14:46:18 -04:00
parent 5fac29ccd5
commit 8133b3a6cb
90 changed files with 7794 additions and 705 deletions

View file

@ -137,7 +137,7 @@ struct Process *proc = CreateNewProcTags(
TAG_DONE);
```
Internally this calls `exec.library MakeNode()` and initialises:
Internally this calls `exec.library MakeNode()` and initializes:
- `Process->pr_SegList` — the segment list BPTR
- Stack: allocated via `AllocMem(NP_StackSize, MEMF_PUBLIC)`, stored in `pr_Stack`
- `tc_SPLower` / `tc_SPUpper` — stack bounds