UbixOS / sys /
..
armv6 Adding Sources 7 years ago
boot/arm/ uboot Adding Sources 7 years ago
compile Adding Sources 7 years ago
fs Adding Sources 7 years ago
i386 Adding Sources 7 years ago
include Adding Sources 7 years ago
init Adding Sources 7 years ago
isa Adding Sources 7 years ago
kernel Adding Sources 7 years ago
kmods Adding Sources 7 years ago
lib Adding Sources 7 years ago
mpi Adding Sources 7 years ago
net Adding Sources 7 years ago
pci Adding Sources 7 years ago
sys Adding Sources 7 years ago
vmm Adding Sources 7 years ago
Makefile Adding Sources 7 years ago
Makefile.inc Adding Sources 7 years ago
README Adding Sources 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