diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-06-04 08:32:46 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-06-04 08:32:46 +0000 |
| commit | 3d83e8087717f71c767e942dbeeac2866b39f4a6 (patch) | |
| tree | 95327dd677c6e388504c345ce38dfc882d50b693 /docs/arch/x86_64/context_switching/syscall | |
| parent | 9f2e780030e2101d5f7f01f42df805db9a5fa809 (diff) | |
| download | teachos-3d83e8087717f71c767e942dbeeac2866b39f4a6.tar.xz teachos-3d83e8087717f71c767e942dbeeac2866b39f4a6.zip | |
Update documentation generation files
Diffstat (limited to 'docs/arch/x86_64/context_switching/syscall')
3 files changed, 15 insertions, 0 deletions
diff --git a/docs/arch/x86_64/context_switching/syscall/main.rst b/docs/arch/x86_64/context_switching/syscall/main.rst new file mode 100644 index 0000000..6be577b --- /dev/null +++ b/docs/arch/x86_64/context_switching/syscall/main.rst @@ -0,0 +1,5 @@ +System Call Main +======================= + +.. doxygenfile:: arch/x86_64/include/arch/context_switching/syscall/main.hpp + diff --git a/docs/arch/x86_64/context_switching/syscall/syscall_enable.rst b/docs/arch/x86_64/context_switching/syscall/syscall_enable.rst new file mode 100644 index 0000000..e9162f1 --- /dev/null +++ b/docs/arch/x86_64/context_switching/syscall/syscall_enable.rst @@ -0,0 +1,5 @@ +System Call Configuration +======================= + +.. doxygenfile:: arch/x86_64/include/arch/context_switching/syscall/syscall_enable.hpp + diff --git a/docs/arch/x86_64/context_switching/syscall/syscall_handler.rst b/docs/arch/x86_64/context_switching/syscall/syscall_handler.rst new file mode 100644 index 0000000..0e86780 --- /dev/null +++ b/docs/arch/x86_64/context_switching/syscall/syscall_handler.rst @@ -0,0 +1,5 @@ +System Call Handler +======================= + +.. doxygenfile:: arch/x86_64/include/arch/context_switching/syscall/syscall_handler.hpp + |
