little-o / src / sys /
@reddawg reddawg authored on 1 Jun 2006
..
boot Removed 19 years ago
compile Removed 19 years ago
devfs Removed 19 years ago
include Removed 19 years ago
init We're back 18 years ago
isa Removed 19 years ago
kernel wondering about this stuff here 18 years ago
kmods Removed 19 years ago
lib Getting back to the basics 18 years ago
mpi Removed 19 years ago
net Removed 19 years ago
pci Removed 19 years ago
sde Removed 19 years ago
sys Removed 19 years ago
ubixfs Removed 19 years ago
ubixfsv2 Removed 19 years ago
ufs Removed 19 years ago
vfs Getting back to the basics 18 years ago
vmm Getting back to the basics 18 years ago
Makefile Ubix Is Back In A Working Condition 19 years ago
Makefile.inc Fixing Files 19 years ago
README Removed 19 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