Handle disk partitioning
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
#include "dev/dev.h"
|
||||
#include "randcrypto/randcrypto.h"
|
||||
#include "time/time.h"
|
||||
#include "diskpart/diskpart.h"
|
||||
|
||||
void log_bootinfo(void) {
|
||||
char buf[100];
|
||||
@ -46,6 +47,7 @@ void kmain(void) {
|
||||
randcrypto_init();
|
||||
dev_init();
|
||||
storedev_init();
|
||||
diskpart_init();
|
||||
baseimg_init();
|
||||
vfs_init();
|
||||
proc_init();
|
||||
|
||||
Reference in New Issue
Block a user