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 Enabled mpiSpam(); 21 years ago
init Fixes: Started to fix re-entrancy issues many more to look into 21 years ago
isa Cleaned up 21 years ago
kernel Added Syscall Interface For MPI 21 years ago
lib Implimented Better Spinlocking No More Issues With KMALLOC which actually 21 years ago
mpi Enabled mpiSpam(); 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 Added documentation for directory structure 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
  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