ubixos-old / src / sys /
@reddawg reddawg authored on 2 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
include Added list of majors 20 years ago
init Start of stat daemon for UbixOS 19 years ago
isa Fixed deadlock now safe to use in bochs 20 years ago
kernel Must be atomic! 19 years ago
kmods Oh god why did I leave the kernel mods in this mess now I have no idea where to being 19 years ago
lib kmalloc: now when we kfree memory is filled with 0xBE so it is easy to debug if we continue to use free'd memory 20 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 Cleaned out all the $Log: $ 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 Fixed failed pointer initialization 20 years ago
vmm Adjusted fault handler 20 years ago
Makefile Need this files so the build doesn't break 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