ubixos / src / sys /
@apwillia apwillia authored on 7 Sep 2004
..
boot Minor Changes To Source Code To Prepare It For Open Source Release 21 years ago
compile Made malloc a little more robust but we have a serious memory leak somewhere 20 years ago
devfs Wow the ide driver works again 20 years ago
include ok reverted back to old scheduling for now.... 20 years ago
init ok reverted back to old scheduling for now.... 20 years ago
isa ok reverted back to old scheduling for now.... 20 years ago
kernel Fix gcc 2.95 being retarded and not follwing the C99 specs 20 years ago
lib Last commit before FreeBSD 6.0 20 years ago
mpi TCA Is A BONER!!!! 20 years ago
net time to roll back i can't think straight by friday 20 years ago
pci TCA touched me :( i think he likes men.... 20 years ago
sde *** empty log message *** 20 years ago
sys Fix gcc 2.95 being retarded and not follwing the C99 specs 20 years ago
ubixfs TCA touched me :( i think he likes men.... 20 years ago
ubixfsv2 chg: modified entries in the btreeheader to be off_t 20 years ago
vfs updates: converted to software task switching however it is not working yet 20 years ago
vmm ok reverted back to old scheduling for now.... 20 years ago
Makefile Fixed for the JO bbls 20 years ago
Makefile.inc *** empty log message *** 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