ubixos / src / sys /
@fsdfs fsdfs authored on 4 Aug 2005
..
boot Minor Changes To Source Code To Prepare It For Open Source Release 21 years ago
compile Oh Man 20 years ago
devfs Added list of majors 20 years ago
generic bug fixes 19 years ago
include bug fixes 19 years ago
init No More Statd 19 years ago
isa Fixed deadlock now safe to use in bochs 20 years ago
kernel 19 years ago
kmods bug fixes 19 years ago
lib 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 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 19 years ago
vmm Adjusted fault handler 20 years ago
Makefile bug fixes 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