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