Voxia OS
v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
register.c
Go to the documentation of this file.
1
#include "autoconf.h"
2
#include "
init.h
"
3
#include "
modules/voxmo.h
"
4
5
INIT
(ModuleRegister) {
6
// reg kernel module
7
vxSetDefaultVoxmoPath
(VOXIA_DEFAULT_VOXMO_PATH);
8
vxVoxmoInstall
(
"e1000"
);
9
vxVoxmoInstall
(
"ehci"
);
10
vxVoxmoInstall
(
"virtio-gpu"
);
11
vxVoxmoInstall
(
"ahci"
);
12
vxVoxmoInstall
(
"atapi"
);
13
vxVoxmoInstall
(
"usb-hid"
);
14
vxVoxmoReload
();
15
}
16
17
INIT
(ProccessRegister) {
18
}
init.h
INIT
#define INIT(fn)
Definition
init.h:26
vxVoxmoInstall
void vxVoxmoInstall(const char *path)
Definition
voxmo.c:180
vxSetDefaultVoxmoPath
void vxSetDefaultVoxmoPath(const char *path)
Definition
voxmo.c:317
vxVoxmoReload
void vxVoxmoReload()
Definition
voxmo.c:344
voxmo.h
kernel
init
register.c
Generated on Sat May 30 2026 11:09:57 for Voxia OS by
1.13.2