little-o / src / sys /
@reddawg reddawg authored on 21 Oct 2005
..
boot Removed 20 years ago
compile Removed 20 years ago
devfs Removed 20 years ago
include Removed 20 years ago
init Work has resumed 20 years ago
isa Removed 20 years ago
kernel cleaned up typo in kpanic.c, kpanic still correctly haults the system and 20 years ago
kmods Removed 20 years ago
lib Removed 20 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 Working on vfs 20 years ago
vmm Removed 20 years ago
Makefile Compiles now 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