ubixos / src / sys /
@reddawg reddawg authored on 25 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 Fixed up the rest of the references 21 years ago
device 21 years ago
include We now use 128byte messages I can increase later 21 years ago
init Removed sample code 21 years ago
isa Cleaned up 21 years ago
kernel Idle task now just does what it is suposed to 21 years ago
lib Implimented Better Spinlocking No More Issues With KMALLOC which actually 21 years ago
mpi Made MESSAGE_LENGTH define instead of hard coded message size 21 years ago
net kmalloc(size,pid) no more it is no kmalloc(size); the way it should of been 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 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