ubixos / src / sys /
@reddawg reddawg authored on 23 Jan 2007
..
compile UbixOS 18 years ago
devfs UbixOS 18 years ago
include UbixOS 18 years ago
init UbixOS 18 years ago
isa UbixOS 18 years ago
kernel Lots of fixes 18 years ago
kmods UbixOS 18 years ago
lib UbixOS 18 years ago
mpi UbixOS 18 years ago
net UbixOS 18 years ago
pci UbixOS 18 years ago
sde UbixOS 18 years ago
sys UbixOS 18 years ago
ubixfs UbixOS 18 years ago
ubixfsv2 UbixOS 18 years ago
ufs UbixOS 18 years ago
vfs UbixOS 18 years ago
vmm Fine tuning 18 years ago
Makefile UbixOS 18 years ago
Makefile.inc UbixOS 18 years ago
README UbixOS 18 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