Orginize
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user