ubixos / src / sys /
@reddawg reddawg authored on 29 Jun 2007
..
compile Functional changes to vfs not yet 100% complete also need to impliment kopen in kernel 18 years ago
devfs Cleaning 17 years ago
include close now calls the fs to close the descirptor this will remove any fsObj and presumably sync anything that needs syncronization 18 years ago
init Fixed a few bugs 17 years ago
isa Cleaning up the ne2k driver for future network support. 18 years ago
kernel Fixed a few bugs 17 years ago
kmods Functional changes to vfs not yet 100% complete also need to impliment kopen in kernel 18 years ago
lib Cleaning 17 years ago
mpi UbixOS 18 years ago
net UbixOS 18 years ago
pci UbixOS 18 years ago
sde UbixOS 18 years ago
sys Renaming some functions 17 years ago
ubixfs UbixOS 18 years ago
ubixfsv2 UbixOS 18 years ago
ufs reverting back for now 18 years ago
vfs Fixed a few bugs 17 years ago
vmm Cleaning 17 years ago
Makefile Functional changes to vfs not yet 100% complete also need to impliment kopen in kernel 18 years ago
Makefile.inc sync'n for clsk 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