ubixos / src / sys /
@reddawg reddawg authored on 21 May 2004
..
boot Minor Changes To Source Code To Prepare It For Open Source Release 21 years ago
compile UbixOS v1.0 21 years ago
devfs Fixed up the rest of the references 21 years ago
device 21 years ago
include Cleaned up 21 years ago
init Cleaned Up Warrnings 21 years ago
isa Cleaned up 21 years ago
kernel Cleaned up 21 years ago
lib Cleaned Up Warrnings 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 Went from 200MS per quantum to 25MS 21 years ago
ubixfs Fixed reference problems due to changes in drive subsystem 21 years ago
vfs Cleaned up 21 years ago
vmm Cleaned up 21 years ago
Makefile UbixOS v1.0 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