Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ setup
Function
setup
src/init.rs:152–156 ·
view source on GitHub ↗
Set up a basic installation
(v: bool)
Source
from the content-addressed store, hash-verified
150
151
// Set up a basic installation
152
pub fn setup(v: bool)
153
{
154
new_dir(
"/bin"
, v);
155
new_dir(
"/dev"
, v);
156
}
Callers
nothing calls this directly
Calls
1
new_dir
Function · 0.85
Tested by
no test coverage detected