ubixos / src / sys /
@flameshadow flameshadow authored on 20 Jul 2004
..
boot Minor Changes To Source Code To Prepare It For Open Source Release 21 years ago
compile compile: changes to the way we link the kernel should prevent future errors 20 years ago
devfs chg: broke the ufs stuff 20 years ago
device 21 years ago
include add: directory caching related stuff 20 years ago
init Cleaned out the rest of debuging code also temporarily disabled the ip stack to improve boot time 20 years ago
isa ne2k: added assert hopefully it will help me solve this dma size 0 random error 20 years ago
kernel sched: we now set task status to dead which then makes the scheduler do some clean it could be some minor overhead but i feel this is our most efficient approach right now to prevent corruption of the queues 20 years ago
lib Fixens 20 years ago
mpi file format now container:/path/to/file 20 years ago
net net: netInit to net_init 20 years ago
pci Updating Driver Routines 20 years ago
sde compile: changes to the way we link the kernel should prevent future errors 20 years ago
sys video: added spinLock protection 20 years ago
ubixfs add: directory caching related stuff 20 years ago
ufs chg: broke the ufs stuff 20 years ago
vfs add: directory caching related stuff 20 years ago
vmm cleaned out some debug code 20 years ago
Makefile We now build the MPI into the kernel 21 years ago
Makefile.inc notes: many bugs repaired and ld works 100% now. 20 years ago
README This now covers our MPI 21 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