1
0
mirror of synced 2026-02-02 06:51:56 +00:00

Improvements to the SDPP driver. (#30)

* Mask unimplemented IOCTL message.

* Add build for 286+.

* Optimized IO for 8086.

* Adding pre-build drivers.
This commit is contained in:
Matthieu Bucchianeri
2025-01-03 18:40:38 -08:00
committed by GitHub
parent 374a343198
commit 53caec7569
9 changed files with 57 additions and 37 deletions

View File

@@ -6,7 +6,7 @@
{
"label": "Build in DOSBox",
"type": "shell",
"command": "..\\Driver_Build_Tools\\DOSBox\\DOSBox.exe -conf Build.conf",
"command": "..\\Driver_Build_Tools\\DOSBox\\DOSBox.exe -conf Build.conf && copy *.sys ..\\",
"options": {
"cwd": "${workspaceFolder}"
},