ubixos-old / src / sys /
@reddawg reddawg authored on 27 May 2004
..
boot Minor Changes To Source Code To Prepare It For Open Source Release 21 years ago
compile We now build the MPI into the kernel 21 years ago
devfs devfs: Added spin locks to fix some possible reentrant issues 21 years ago
device 21 years ago
include mpi: took a few suggestions from TCA 20 years ago
init Removed sample code 21 years ago
isa Cleaned up 21 years ago
kernel idletask: tweaked reboot for performance 21 years ago
lib kmalloc: fixed memrgeMemBlocks hopefully it will prevent future segfault issues 21 years ago
mpi mpi: oops forgot a spinUnlock 21 years ago
net turned back on shell 21 years ago
pci Bug Fixes 21 years ago
sde chg: Undid previous renaming. This now restores me as the EOOUIAD. 21 years ago
sys device: Added spin locks to prevent any possible future reentrant issues 21 years ago
ubixfs Fixed reference problems due to changes in drive subsystem 21 years ago
vfs Cleaned up 21 years ago
vmm Fixed some bugs 21 years ago
Makefile We now build the MPI into the kernel 21 years ago
Makefile.inc Fixed some typedef problems in exec 21 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