ubixos / src / sys /
@reddawg reddawg authored on 14 Jun 2012
..
compile Functional changes to vfs not yet 100% complete also need to impliment kopen in kernel 18 years ago
devfs Sync getting it to work again 17 years ago
include Sync 15 years ago
init Working on getting it running with gcc 4.2.1 12 years ago
isa Sync - Working On Getting It To Boot Again 17 years ago
kernel Fixing the kernel 12 years ago
kmods Sync - Working On Getting It To Boot Again 17 years ago
lib Getting There 15 years ago
mpi UbixOS 18 years ago
net UbixOS 18 years ago
pci Working on getting it running with gcc 4.2.1 12 years ago
sde UbixOS 18 years ago
sys Getting There 15 years ago
ubixfs UbixOS 18 years ago
ubixfsv2 UbixOS 18 years ago
ufs Fixing the kernel 12 years ago
vfs Sync 15 years ago
vmm Sync 15 years ago
Makefile Functional changes to vfs not yet 100% complete also need to impliment kopen in kernel 18 years ago
Makefile.inc Fixing the kernel 12 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