UbixOS / src / sys /
..
.settings Fixing Up Makesystem 7 years ago
armv6 Cleaning Up Make System 7 years ago
boot/arm/ uboot Cleaning Up Make System 7 years ago
compile Cleaning Up Make System 7 years ago
fs Cleaning Up Make System 7 years ago
i386 Something Is Broken Somehwere 7 years ago
include Cleaning Up Make System 7 years ago
init Bogus 7 years ago
isa Cleaning Up Make System 7 years ago
kernel Fixed Time To Clean Up 7 years ago
kmods Cleaning Up Make System 7 years ago
lib Cleaning Up Make System 7 years ago
mpi Cleaning Up Make System 7 years ago
net Cleaning Up Make System 7 years ago
pci Cleaning Up Make System 7 years ago
sde Fixing Up Makesystem 7 years ago
sys Fixing Up Makesystem 7 years ago
vmm Working On execve 7 years ago
.cproject Fixing Up Makesystem 7 years ago
.gitignore Fixing Up Makesystem 7 years ago
.project Fixing Up Makesystem 7 years ago
Makefile Working On execve 7 years ago
Makefile.incl Working On execve 7 years ago
README Organizing Files 7 years ago
README
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
  mpi     - Message passing interface code
  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