mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
FIX: Make /root/* folders
This commit is contained in:
@@ -279,6 +279,11 @@ void kmain(void) {
|
|||||||
fat32_mkdir("/Library/DOOM");
|
fat32_mkdir("/Library/DOOM");
|
||||||
fat32_mkdir("/Library/bsh");
|
fat32_mkdir("/Library/bsh");
|
||||||
fat32_mkdir("/docs");
|
fat32_mkdir("/docs");
|
||||||
|
fat32_mkdir("/root");
|
||||||
|
fat32_mkdir("/root/Desktop");
|
||||||
|
fat32_mkdir("/root/Pictures");
|
||||||
|
fat32_mkdir("/root/Documents");
|
||||||
|
fat32_mkdir("/root/Downloads");
|
||||||
|
|
||||||
sysfs_init_subsystems();
|
sysfs_init_subsystems();
|
||||||
vfs_mount("/sys", "sysfs", "sysfs", sysfs_get_ops(), NULL);
|
vfs_mount("/sys", "sysfs", "sysfs", sysfs_get_ops(), NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user