Initialize groups.
The kernel calls this function at the start of work.Create a new group of segments (used OMF files).
- Parameters
-
grp | selector of group segment (segment type is SEG_GRP) You should create an 'empty' (1 byte) group segment It won't contain anything and will be used to redirect references to the group of segments to the common selector. |
sel | common selector of all segments belonging to the segment You should create all segments within the group with the same selector value. |
- Returns
- 1 ok
-
0 too many groups (see MAX_GROUPS)