Commit Graph

26 Commits

Author SHA1 Message Date
58ae7f9f89 Removed syscallret_t typedef.
Syscalls just return an int
2023-11-09 21:24:07 -06:00
b4ea4b8ca1 Merged sighandler.h into sigaction.h 2023-11-09 21:19:13 -06:00
31f7eb34a6 Renamed some syscalls 2023-11-08 14:15:46 -06:00
b9208aceba Created types/sigaction.h 2023-11-07 12:34:31 -06:00
aa77b0e7a2 Created sighandler.h 2023-11-07 12:34:06 -06:00
d4ed72cc46 Removed leading underscore from syscallarg.h 2023-11-07 12:33:42 -06:00
8e64741a9e Created types/syscallret.h 2023-11-07 12:33:24 -06:00
4b7cf4e04a Removed leading underscore from syscallarg.h 2023-11-07 12:33:04 -06:00
58d50a5e9a Removed leading underscore from physaddr.h 2023-11-07 12:32:42 -06:00
669ab6ba8a Removed leading underscore from pid.h 2023-11-07 12:32:04 -06:00
85020f2254 Removed leading underscore in oid.h 2023-11-07 12:30:13 -06:00
43440310f2 Added type definitions for process and object IDs 2023-09-07 00:55:45 -05:00
29a528780b Added syscalls to map to particular physical address 2023-09-02 21:50:35 -05:00
c069866bc7 Buncha changes and fixes 2022-12-30 17:11:42 -06:00
9c37167c5e Changed #include guards in physaddr.h, added now error codes 2022-08-23 12:55:39 -05:00
f76b8cab43 Changed #include guards in physaddr.h 2022-08-23 12:55:07 -05:00
c36f65ce97 Various renaming and refactoring 2022-08-19 22:34:45 -05:00
0337fca749 Moved syscall IDs to separate header 2022-08-19 06:06:48 -05:00
c962a83ff0 WIP on kernel syscalls 2021-05-01 17:09:50 -05:00
c5ca5e82a7 Added more status codes 2021-04-19 06:56:12 -05:00
a68a4dff11 Added new 'null pointer' status code 2021-04-17 06:26:03 -05:00
d415fb232e Added missing stdint.h include to physaddr.h 2021-04-12 01:49:45 -05:00
e235e9bad2 Moved memory type enum to memorymap.h
Deleted memorytype.h
2021-04-12 01:21:18 -05:00
e16cbd4ec9 Added C header for memory type enum, removed C++ 2021-04-11 17:04:18 -05:00
93d8c06d2f Added out of bounds status enum 2021-04-10 19:41:17 -05:00
505213b7dc Started writing C headers 2021-04-10 17:37:05 -05:00