diff --git a/src/README b/src/README new file mode 100644 index 0000000..ed58e06 --- /dev/null +++ b/src/README @@ -0,0 +1,7 @@ +Directory Structure: + + bin - Applications for UbixOS + include - Include files to build anything userland + lib - Userland libraries + sys - Kernel code + tools - Tool kit required to build and install UbixOS \ No newline at end of file diff --git a/src/sys/README b/src/sys/README new file mode 100644 index 0000000..ea1d942 --- /dev/null +++ b/src/sys/README @@ -0,0 +1,17 @@ +Directory Structure: + + boot - Contains boot strapping code + compile - Contains Information to build UbixOS kernel + devfs - Contains the devfs code + include - All of the kernel include files + init - Initialization code for kernel + isa - ISA drivers + kernel - Kernel code (things not directly connected with the system) + lib - Kernel library + net - Networking subsystem code (LwIP) + pci - PCI drivers and subsystem + sde - Screen drawing engine code + sys - System related code IDT etc. + ubixfs - UbixFS code + vfs - VFS subsystem code + vmm - VMM subsystem code \ No newline at end of file