diff options
-rw-r--r-- | cmd/parse-syscall-annotations/main.go | 10 | ||||
-rw-r--r-- | content/docs/user_guide/compatibility/amd64.md | 13 |
2 files changed, 13 insertions, 10 deletions
diff --git a/cmd/parse-syscall-annotations/main.go b/cmd/parse-syscall-annotations/main.go index 0b7954a6c..3f8a85ae5 100644 --- a/cmd/parse-syscall-annotations/main.go +++ b/cmd/parse-syscall-annotations/main.go @@ -59,14 +59,14 @@ var ( r2 *regexp.Regexp mdTemplate = template.Must(template.New("name").Parse(`+++ -title = "Syscall Reference" -description = "Syscall Compatibility Reference Documentation" +title = "AMD64" +description = "Syscall Compatibility Reference Documentation for AMD64" weight = 10 +++ -This table is a reference of Linux syscalls and their compatibility status in -gVisor. gVisor does not support all syscalls and some syscalls may have a -partial implementation. +This table is a reference of Linux syscalls for the AMD64 architecture and +their compatibility status in gVisor. gVisor does not support all syscalls and +some syscalls may have a partial implementation. Of {{ .Total }} syscalls, {{ .Implemented }} syscalls have a full or partial implementation. There are currently {{ .Unimplemented }} unimplemented diff --git a/content/docs/user_guide/compatibility/amd64.md b/content/docs/user_guide/compatibility/amd64.md index 8a0bf2385..00bb9095c 100644 --- a/content/docs/user_guide/compatibility/amd64.md +++ b/content/docs/user_guide/compatibility/amd64.md @@ -1,13 +1,16 @@ +++ title = "AMD64" +description = "Syscall Compatibility Reference Documentation for AMD64" weight = 10 +++ -This table is a reference of Linux syscalls for AMD64 and their compatibility -status in gVisor. gVisor does not support all syscalls and some syscalls may -have a partial implementation. -Of 329 syscalls, 47 syscalls have a full or partial implementation. There are -currently 51 unimplemented syscalls. 231 syscalls are not yet documented. +This table is a reference of Linux syscalls for the AMD64 architecture and +their compatibility status in gVisor. gVisor does not support all syscalls and +some syscalls may have a partial implementation. + +Of 329 syscalls, 47 syscalls have a full or partial +implementation. There are currently 51 unimplemented +syscalls. 231 syscalls are not yet documented. <table> <thead> |