ubixos / src / sys /
@fsdfs fsdfs authored on 8 Aug 2005
..
boot Minor Changes To Source Code To Prepare It For Open Source Release 21 years ago
compile new scheduler! 19 years ago
devfs 19 years ago
generic new scheduler! 19 years ago
include new scheduler! 19 years ago
init new scheduler! 19 years ago
isa Fixed deadlock now safe to use in bochs 20 years ago
kernel new scheduler! 19 years ago
kmods 19 years ago
lib new scheduler! 19 years ago
mpi Must convert all spinlocks to the new mutex system 19 years ago
net Added list of majors 20 years ago
pci TCA touched me :( i think he likes men.... 20 years ago
sde Oh Man 20 years ago
sys new scheduler! 19 years ago
ubixfs TCA touched me :( i think he likes men.... 20 years ago
ubixfsv2 chg: UbixFS::vfs_write(): 20 years ago
ufs UFS: ok now that my typo is fixed I can go back to testing then commit out 20 years ago
vfs improved scheduler and spinlocks. they are now much faster. 19 years ago
vmm new scheduler! 19 years ago
Makefile new scheduler! 19 years ago
Makefile.inc *** empty log message *** 20 years ago
README This now covers our MPI 21 years ago
lists.c moved generic linked lists functions 19 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