Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Write
Function
Write
Kernel/src/fs/initrd.cpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
size_t Write(fs_node_t* node, size_t offset, size_t size, uint8_t *buffer){
95
return 0; // It's a ramdisk.
96
}
97
98
void Open(fs_node_t* node, uint32_t flags){
99
Callers
5
Initialize
Function · 0.70
Write
Method · 0.70
Call
Method · 0.50
ATADiskDevice
Method · 0.50
Intel8254x
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected