From: DeaDDooMER Date: Tue, 18 Dec 2018 16:45:08 +0000 (+0300) Subject: Drivers moved to Sys/Drv subsystems X-Git-Url: https://deadsoftware.ru/gitweb?p=bmbb.git;a=commitdiff_plain;h=a9616cfc7506e6906b4a57431bd4c85c4fb638f6 Drivers moved to Sys/Drv subsystems --- diff --git a/Docu486/Build-Tool.odc b/Docu486/Build-Tool.odc index c3ed78b..a01e71a 100644 Binary files a/Docu486/Build-Tool.odc and b/Docu486/Build-Tool.odc differ diff --git a/Drv/Mod486/PS2.odc b/Drv/Mod486/PS2.odc new file mode 100644 index 0000000..03fb50a Binary files /dev/null and b/Drv/Mod486/PS2.odc differ diff --git a/Drv/Mod486/Speaker.odc b/Drv/Mod486/Speaker.odc new file mode 100644 index 0000000..5fafad5 Binary files /dev/null and b/Drv/Mod486/Speaker.odc differ diff --git a/Host/Mod486/Console.odc b/Host/Mod486/Console.odc index ff877eb..56ee66d 100644 Binary files a/Host/Mod486/Console.odc and b/Host/Mod486/Console.odc differ diff --git a/Host/Mod486/Keyboard.odc b/Host/Mod486/Keyboard.odc deleted file mode 100644 index f19a17b..0000000 Binary files a/Host/Mod486/Keyboard.odc and /dev/null differ diff --git a/Host/Mod486/Shell.odc b/Host/Mod486/Shell.odc index aa5cb1e..0b3e02a 100644 Binary files a/Host/Mod486/Shell.odc and b/Host/Mod486/Shell.odc differ diff --git a/Host/Mod486/Speaker.odc b/Host/Mod486/Speaker.odc deleted file mode 100644 index 9719a46..0000000 Binary files a/Host/Mod486/Speaker.odc and /dev/null differ diff --git a/Sys/Mod486/Keyboard.odc b/Sys/Mod486/Keyboard.odc new file mode 100644 index 0000000..2fdf97d Binary files /dev/null and b/Sys/Mod486/Keyboard.odc differ diff --git a/System/Mod486/Init.odc b/System/Mod486/Init.odc index 27fccbb..399b156 100644 Binary files a/System/Mod486/Init.odc and b/System/Mod486/Init.odc differ