Server stuff
This commit is contained in:
parent
c021c2d6d3
commit
1c0f48038d
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
nocommit/
|
12
.gitmodules
vendored
12
.gitmodules
vendored
@ -4,12 +4,6 @@
|
||||
[submodule "eaapi"]
|
||||
path = eaapi
|
||||
url = https://gitea.tendokyu.moe/eamuse/eaapi.git
|
||||
[submodule "server-full"]
|
||||
path = server-full
|
||||
url = https://gitea.tendokyu.moe/eamuse/server-full.git
|
||||
[submodule "proxy"]
|
||||
path = proxy
|
||||
url = https://gitea.tendokyu.moe/eamuse/proxy.git
|
||||
[submodule "server-dummy"]
|
||||
path = server-dummy
|
||||
url = https://gitea.tendokyu.moe/eamuse/server-dummy.git
|
||||
[submodule "server"]
|
||||
path = server
|
||||
url = https://gitea.tendokyu.moe/eamuse/server.git
|
||||
|
53
.vscode/html.code-snippets
vendored
Normal file
53
.vscode/html.code-snippets
vendored
Normal file
@ -0,0 +1,53 @@
|
||||
{
|
||||
"driver": {
|
||||
"prefix": "mxdriver",
|
||||
"body": [
|
||||
"<p></p>",
|
||||
"<h3>Devices overview</h3>",
|
||||
"<table>",
|
||||
" <tr>",
|
||||
" <td>Device Name</td>",
|
||||
" <td><code>\\Device\\\\$1</code></td>",
|
||||
" </tr>",
|
||||
" <tr>",
|
||||
" <td>Symlink Name</td>",
|
||||
" <td><code>\\DosDevices\\\\$1</code></td>",
|
||||
" </tr>",
|
||||
" <tr>",
|
||||
" <td>Userspace Name</td>",
|
||||
" <td><code>\\\\\\\\.\\\\$1</code></td>",
|
||||
" </tr>",
|
||||
" <tr>",
|
||||
" <td>Device GUID</td>",
|
||||
" <td></td>",
|
||||
" </tr>",
|
||||
"</table>",
|
||||
"<h3>IO control codes</h3>",
|
||||
"<table>",
|
||||
" <thead>",
|
||||
" <tr>",
|
||||
" <td>IOCTL Code</td>",
|
||||
" <td>#define</td>",
|
||||
" <td>Bytes in</td>",
|
||||
" <td>Bytes out</td>",
|
||||
" <td>Meaning</td>",
|
||||
" </tr>",
|
||||
" </thead>",
|
||||
" <tbody>",
|
||||
" <tr>",
|
||||
" <td><code></code></td>",
|
||||
" <td><code>{{ ioctl() }}</code></td>",
|
||||
" <td></td>",
|
||||
" <td></td>",
|
||||
" <td></td>",
|
||||
" </tr>",
|
||||
" </tbody>",
|
||||
"</table>",
|
||||
"<h3>Ports used</h3>",
|
||||
"<ul>",
|
||||
" <li><code></code></li>",
|
||||
"</ul>"
|
||||
],
|
||||
"description": "mx driver"
|
||||
}
|
||||
}
|
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"python.analysis.typeCheckingMode": "basic"
|
||||
}
|
2
eaapi
2
eaapi
@ -1 +1 @@
|
||||
Subproject commit f3e9db8cb11c9243f77e8916786d23259c1a7b9b
|
||||
Subproject commit 4ca5e03f59347a9675d121e73cddaf2193cc4be2
|
1
proxy
1
proxy
@ -1 +0,0 @@
|
||||
Subproject commit e86933c3156461147f682c1917c58631436f49f2
|
1
server
Submodule
1
server
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 28d8d5f7600e84b08459743d843091d8c70a9b6f
|
@ -1 +0,0 @@
|
||||
Subproject commit 6e0a6f7db88bdfd13b60f724585006f81aa6f8ea
|
@ -1 +0,0 @@
|
||||
Subproject commit 98a4b36a613cb4d8d42a35e4d1285ce02ae52cfc
|
Loading…
Reference in New Issue
Block a user