diff options
| author | Ian McFarlane <i.mcfarlane2002@gmail.com> | 2025-04-17 14:19:40 -0400 |
|---|---|---|
| committer | Ian McFarlane <i.mcfarlane2002@gmail.com> | 2025-04-17 14:19:40 -0400 |
| commit | 7108e7c951f7cff79ce4992f1c7d8d0af0bb5af6 (patch) | |
| tree | e99684b87952bded5e51c83848a5d35ab53d9ab0 /kernel/old/include/userids.h | |
| parent | starting on ata (diff) | |
| parent | clang 18 in flake instead of zig (diff) | |
| download | comus-7108e7c951f7cff79ce4992f1c7d8d0af0bb5af6.tar.gz comus-7108e7c951f7cff79ce4992f1c7d8d0af0bb5af6.tar.bz2 comus-7108e7c951f7cff79ce4992f1c7d8d0af0bb5af6.zip | |
Merge branch 'main' into ata
Diffstat (limited to '')
| -rw-r--r-- | kernel/old/include/userids.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/kernel/old/include/userids.h b/kernel/old/include/userids.h deleted file mode 100644 index 284f3ee..0000000 --- a/kernel/old/include/userids.h +++ /dev/null @@ -1,33 +0,0 @@ -/** -** @file userids.h -** -** @author Warren R. Carithers -** -** @brief IDs for user-level programs -** -** NOTE: this file is automatically generated when the user.img file -** is created. Do not edit this manually! -*/ - -#ifndef USERIDS_H_ -#define USERIDS_H_ - -#ifndef ASM_SRC -/* -** These IDs are used to identify the various user programs. -** Each call to exec() will provide one of these as the first -** argument. -** -** This list should be updated if/when the collection of -** user processes changes. -*/ -enum users_e { - Init, Idle, Shell, ProgABC, ProgDE, ProgFG, ProgH, ProgI, - ProgJ, ProgKL, ProgMN, ProgP, ProgQ, ProgR, ProgS, ProgTUV, - ProgW, ProgX, ProgY, ProgZ - // sentinel - , N_USERS -}; -#endif /* !ASM_SRC */ - -#endif |