ubixos / sys /
..
armv6 Moving Files 7 years ago
boot/arm/ uboot Moving Files 7 years ago
compile Moving Files 7 years ago
fs Sync 7 years ago
i386 Sync 7 years ago
include Sync 7 years ago
init Working On Shell 7 years ago
isa Moving Files 7 years ago
kernel Sync 7 years ago
kmods Moving Files 7 years ago
lib Moving Files 7 years ago
mpi Moving Files 7 years ago
net Moving Files 7 years ago
pci Moving Files 7 years ago
sde Moving Files 7 years ago
sys Sync 7 years ago
vmm Merge branch 'master' of http://Git.BrainChurts.com:8080/git/MrOlsen/UbixOS.git 7 years ago
.gitignore Moving Files 7 years ago
Makefile Moving Files 7 years ago
Makefile.incl Merge branch 'master' of http://Git.BrainChurts.com:8080/MrOlsen/UbixOS 7 years ago
README Moving 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