update readmes
authorMinep <zelong56@gmail.com>
Wed, 4 Jan 2023 22:28:36 +0000 (22:28 +0000)
committerMinep <zelong56@gmail.com>
Wed, 4 Jan 2023 22:28:36 +0000 (22:28 +0000)
upload ELF related specification

README.md
docs/README_en.md
reference-material/TIS-ELF.pdf [new file with mode: 0644]

index f1cf6b68da2bddc8b7a5dcca865dd28ed427abd7..7740e1b6d1b3bb3c94258b647ae9fe9550c185f7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -144,6 +144,7 @@ qemu-img create -f vdi machine/disk0.vdi 128M
 + [ECMA-119 (ISO9660)](https://www.ecma-international.org/publications-and-standards/standards/ecma-119/)
 + Rock Ridge Interchange Protocol (RRIP: IEEE P1282)
 + System Use Sharing Protocol (SUSP: IEEE P1281)
++ Tool Interface Standard (TIS) Portable Formats Specification (Version 1.1)
 
 **免责声明:PCI相关的标准最终解释权归PCI-SIG所有。此处提供的副本仅供个人学习使用。任何商用目的须向PCI-SIG购买。**
 
@@ -190,7 +191,7 @@ qemu-img create -f vdi machine/disk0.vdi 128M
 2. `write(2)`
 2. `open(2)`
 2. `close(2)`
-2. `mkdir(2)`
+2. `mkdir(2)`
 2. `lseek(2)`
 2. `readdir(2)`
 2. `readlink(2)`※
@@ -218,7 +219,7 @@ qemu-img create -f vdi machine/disk0.vdi 128M
 2. `setpgid(2)`
 2. `mmap(2)`
 2. `munmap(2)`
-2. `execve(2)`
+2. `execve(2)`
 
 **LunaixOS自有**
 
index 07d17b788515f49b36cd829a1e2ad26fec7d0980..1de21a68ebdb5f14340b68da6d7d5fd824cfaf8b 100644 (file)
@@ -142,6 +142,7 @@ The following list also enumerated such materials the author has used:
 + [ECMA-119 (ISO9660)](https://www.ecma-international.org/publications-and-standards/standards/ecma-119/)
 + Rock Ridge Interchange Protocol (RRIP: IEEE P1282)
 + System Use Sharing Protocol (SUSP: IEEE P1281)
++ Tool Interface Standard (TIS) Portable Formats Specification (Version 1.1)
 
 **DISCLAIMER: All rights of PCI-related specification is reserved by PCI-SIG. It is provided ONLY for learning purpose. Any commercial use should purchase a copy from PCI-SIG**
 
@@ -186,7 +187,7 @@ The following list also enumerated such materials the author has used:
 2. `write(2)`
 2. `open(2)`
 2. `close(2)`
-2. `mkdir(2)`
+2. `mkdir(2)`
 2. `lseek(2)`
 2. `readdir(2)`
 2. `readlink(2)`※
@@ -214,7 +215,7 @@ The following list also enumerated such materials the author has used:
 2. `setpgid(2)`
 2. `mmap(2)`
 2. `munmap(2)`
-2. `execve(2)`
+2. `execve(2)`
 
 **LunaixOS**
 
diff --git a/reference-material/TIS-ELF.pdf b/reference-material/TIS-ELF.pdf
new file mode 100644 (file)
index 0000000..7175400
Binary files /dev/null and b/reference-material/TIS-ELF.pdf differ