This commit is contained in:
2025-09-29 00:03:57 -04:00
parent 5111182a4b
commit abd573f686
64 changed files with 2407 additions and 157 deletions

6
disks/1h/sys/modules/ipc Normal file
View File

@@ -0,0 +1,6 @@
-- Copyright (C) 2025 ASTRONAND
local pipes={}
local ports={}
local sharedObjects={}
local net=require("net")