nice
This commit is contained in:
parent
9059749a6a
commit
441c9322f9
3
extras/velxboot/init.lua
Normal file
3
extras/velxboot/init.lua
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
for d in component.list("drive") do
|
||||||
|
|
||||||
|
end
|
16
ksrc/acl.lua
16
ksrc/acl.lua
@ -0,0 +1,16 @@
|
|||||||
|
local acl = {}
|
||||||
|
do
|
||||||
|
local acl = struct({
|
||||||
|
meta = "B",
|
||||||
|
id = "H",
|
||||||
|
permname = "B"
|
||||||
|
})
|
||||||
|
|
||||||
|
local function acl_readstream(stream)
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
function acl.read(stream)
|
||||||
|
|
||||||
|
end
|
||||||
|
end
|
0
ksrc/blkdev.lua
Normal file
0
ksrc/blkdev.lua
Normal file
@ -5,7 +5,13 @@ do
|
|||||||
--#include "ksrc/fs/foxfs/superblock.lua"
|
--#include "ksrc/fs/foxfs/superblock.lua"
|
||||||
--#include "ksrc/fs/foxfs/blkstream.lua"
|
--#include "ksrc/fs/foxfs/blkstream.lua"
|
||||||
|
|
||||||
|
local prox = {}
|
||||||
|
|
||||||
function fox.proxy(blkdev)
|
function fox.proxy(blkdev)
|
||||||
-- Read the superblock
|
-- Read the superblock
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local function fox_getinode(prox, inode)
|
||||||
|
prox.dev:size()
|
||||||
|
end
|
||||||
end
|
end
|
Loading…
Reference in New Issue
Block a user