Ville Juven
d6ef4849a9
syscall: Add call gate for get_environ_ptr
...
Now that the environment strings are stored as an array of strings,
they can be passed from the application via char **environ, which
is really defined as a function call to get_environ_ptr().
This works as is for flat build, but protected mode and kernel mode
require a call gate, which is added here.
2022-04-21 18:38:37 +08:00
..
2022-03-30 09:59:10 +03:00
2021-02-04 03:33:58 -08:00
2021-03-13 10:55:41 -08:00
2021-12-19 01:41:11 -06:00
2020-02-19 11:48:49 -06:00
2021-02-04 03:33:58 -08:00
2021-02-04 03:33:58 -08:00
2021-08-04 06:48:30 -07:00
2021-02-04 03:33:58 -08:00
2021-11-24 22:49:09 -06:00
2022-04-07 12:14:06 +08:00
2021-02-04 03:33:58 -08:00
2022-03-25 13:48:33 +02:00
2021-08-04 06:48:30 -07:00
2021-07-03 13:09:52 -05:00
2021-08-04 06:48:30 -07:00
2021-02-04 03:33:58 -08:00
2022-01-05 02:05:49 +08:00
2021-02-04 03:33:58 -08:00
2021-11-28 23:31:16 +01:00
2021-12-04 01:04:18 -06:00
2021-08-04 06:48:30 -07:00
2022-04-21 18:38:37 +08:00
2022-03-14 21:37:53 +02:00
2022-02-08 10:27:38 +08:00
2021-07-29 06:33:49 -03:00
2021-12-20 04:00:20 -06:00
2021-07-21 13:11:54 -03:00
2022-03-21 15:48:33 +02:00
2021-08-04 06:48:30 -07:00
2021-02-04 03:33:58 -08:00
2021-08-05 19:45:24 +02:00
2021-02-04 03:33:58 -08:00
2021-02-04 03:33:58 -08:00