ubixos / src / sys /
@reddawg reddawg authored on 25 Jan 2007
..
compile UbixOS 19 years ago
devfs UbixOS 19 years ago
include More moving of functions into the propper locations in the source tree 19 years ago
init Removed all debug output for now to make it output -DDEBUG 19 years ago
isa Cleaning up the ne2k driver for future network support. 19 years ago
kernel Added vfs spec doc 19 years ago
kmods UbixOS 19 years ago
lib Made sure that mmap and obreak received "clean" pages 19 years ago
mpi UbixOS 19 years ago
net UbixOS 19 years ago
pci UbixOS 19 years ago
sde UbixOS 19 years ago
sys UbixOS 19 years ago
ubixfs UbixOS 19 years ago
ubixfsv2 UbixOS 19 years ago
ufs Few fixes... apparently I was modifying offset twice on the internal descriptors 19 years ago
vfs More moving of functions into the propper locations in the source tree 19 years ago
vmm Cleaning up the vmm's code 19 years ago
Makefile UbixOS 19 years ago
Makefile.inc Few fixes... apparently I was modifying offset twice on the internal descriptors 19 years ago
README UbixOS 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