Go to the documentation of this file.
24 int main(
int argc,
char **argv)
37 "/dev/video/vga0"),
"tty0");
43 ERROR(
"failed to initialize: result = " << (
int) result);
u32 getNextInode()
Get next unused inode.
FileSystemClient provides a simple interface to a FileSystemServer.
FileSystem::Result waitFileSystem(const char *path) const
Blocking wait for a mounted filesystem.
int run()
Enters an infinite loop, serving incoming requests.
int main(int argc, char **argv)
Program entry point.
Log to the kernel using PrivExec().
void registerDevice(Device *dev, const char *path)
Add a Device.
virtual FileSystem::Result initialize()
Initialize DeviceServer.
#define ERROR(msg)
Output an error message.
Result
Result code for filesystem Actions.
A Terminal enables user to interact with the system.