Skip to content

Commit

Permalink
readme: update documentation for changes to parser
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoskagami committed Oct 9, 2017
1 parent 39490c4 commit 17fe1d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ A section of the same name may appear in the file multiple times. This functiona
A section can optionally have the halt point token ```!``` following the section token ```*``` in the configuration file. This token instructs the parser to stop further parsing of the file if the section name is within context. See the examples below for a visual worked case on this feature.

### Reserved names
There are currently two reserved names for sections:
There are currently three reserved names for sections:
- ```ALL``` - A catch all user-mode section that will load the modules it contains for every user-mode process.
- ```GAME``` - A user-mode section that will load the modules it contains for every user-mode process with a titleID prefix used for a game such as PCSE, PCSB, and so on.
- ```KERNEL``` - A section that loads resident kernel modules on the start of taiHEN.

Using the halt point ```!``` on these sections results in undefined behaviour.
Expand Down

0 comments on commit 17fe1d4

Please sign in to comment.