This commit is contained in:
2026-08-18 18:11:34 -04:00
parent bbaf47028f
commit 05dab1f18a
263 changed files with 895 additions and 872 deletions
+3 -3
View File
@@ -13,7 +13,7 @@ const matrixPath = path.join(root, 'docs/reference/posix-compliance-matrix.json'
const syscallEx = path.join(root, 'kernel/etc/bare-os/syscalls.example.json')
const ctxApiPath = path.join(
root,
'packages/bare-os-booter/lib/bare-os-ctx-api.js'
'packages/bare-os-booter/lib/ctx/bare-os-ctx-api.js'
)
const protoPath = path.join(
root,
@@ -21,11 +21,11 @@ const protoPath = path.join(
)
const syscallsProcSrc = path.join(
root,
'packages/bare-os-booter/lib/bare-os-syscalls-proc-json.js'
'packages/bare-os-booter/lib/posix/bare-os-syscalls-proc-json.js'
)
const processTableSrc = path.join(
root,
'packages/bare-os-booter/lib/bare-os-process-table.js'
'packages/bare-os-booter/lib/proc/bare-os-process-table.js'
)
function main() {