inital commit кек

This commit is contained in:
SashegDev
2026-06-04 03:12:17 +00:00
parent 82675f402d
commit b993439976
1261 changed files with 56919 additions and 4 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5
View File
@@ -0,0 +1,5 @@
{
"name": "BigDisk", "module_type": "disk", "arch": "ide-like",
"version": 2, "sector_size": 512, "max_frequency": 10000000,
"description": "10MB system disk"
}
Binary file not shown.
Binary file not shown.
+5
View File
@@ -0,0 +1,5 @@
{
"name": "BigRAM", "module_type": "ram", "arch": "8bit-wide",
"version": 2, "size": 4096, "tdp": 1.0, "max_frequency": 10000000,
"description": "4KB RAM"
}
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
Manifest-Version: 1.0
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5
View File
@@ -0,0 +1,5 @@
{
"name": "VGA-Plus", "arch": "vga-text-80x50", "module_type": "gpu",
"version": 2, "tdp": 15.0, "vram_size": 4000, "rows": 50, "cols": 80,
"max_frequency": 50000000, "description": "80x50 VGA"
}