ubix2 / src / sys /
@reddawg reddawg authored on 6 Oct 2006
..
boot ubix2 19 years ago
compile ubix2 19 years ago
devfs ubix2 19 years ago
include Starting to make ubixos work with UFS2 18 years ago
init Testing 18 years ago
isa ubix2 19 years ago
kernel ubix2 19 years ago
kmods ubix2 19 years ago
lib Starting to make ubixos work with UFS2 18 years ago
mpi ubix2 19 years ago
net ubix2 19 years ago
pci Starting to make ubixos work with UFS2 18 years ago
sde ubix2 19 years ago
sys ubix2 19 years ago
ubixfs ubix2 19 years ago
ubixfsv2 ubix2 19 years ago
ufs ubix2 19 years ago
vfs ubix2 19 years ago
vmm ubix2 19 years ago
Makefile Starting to make ubixos work with UFS2 18 years ago
Makefile.inc ubix2 19 years ago
README ubix2 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