rewrite
This commit is contained in:
2
Test/Hyperion-core-v0.1.0/etc/fstab
Executable file
2
Test/Hyperion-core-v0.1.0/etc/fstab
Executable file
@@ -0,0 +1,2 @@
|
||||
U $;/
|
||||
U devfs0000;/dev/
|
||||
3543
Test/Hyperion-core-v0.1.0/lib/LibDeflate
Executable file
3543
Test/Hyperion-core-v0.1.0/lib/LibDeflate
Executable file
File diff suppressed because it is too large
Load Diff
9
Test/Hyperion-core-v0.1.0/lib/deflate
Executable file
9
Test/Hyperion-core-v0.1.0/lib/deflate
Executable file
@@ -0,0 +1,9 @@
|
||||
local deflate=require("LibDeflate")
|
||||
local lib={}
|
||||
lib.compress=function(data)
|
||||
return deflate:CompressDeflate(data)
|
||||
end
|
||||
lib.decompress=function(data)
|
||||
return deflate:DecompressDeflate(data)
|
||||
end
|
||||
return lib
|
||||
0
Test/Hyperion-core-v0.1.0/lib/globals/string
Executable file
0
Test/Hyperion-core-v0.1.0/lib/globals/string
Executable file
0
Test/Hyperion-core-v0.1.0/lib/globals/table
Executable file
0
Test/Hyperion-core-v0.1.0/lib/globals/table
Executable file
8
Test/Hyperion-core-v0.1.0/sbin/init
Executable file
8
Test/Hyperion-core-v0.1.0/sbin/init
Executable file
@@ -0,0 +1,8 @@
|
||||
local args={...}
|
||||
local kernel=args[1]
|
||||
|
||||
kernel.panic("text")
|
||||
|
||||
for i,v in ipairs(kernel.fs.list("/dev")) do
|
||||
kernl.log(v)
|
||||
end
|
||||
Reference in New Issue
Block a user