ubixos / src / sys /
@reddawg reddawg authored on 9 Aug 2004
..
boot Minor Changes To Source Code To Prepare It For Open Source Release 21 years ago
compile Made malloc a little more robust but we have a serious memory leak somewhere 20 years ago
devfs ubixfs: cleaned up some functions played with the caching a bit 20 years ago
include tty: removed current and made a foreground 20 years ago
init ok 20 years ago
isa Ubix Works Again 20 years ago
kernel tty: removed current and made a foreground 20 years ago
lib forgot this file 20 years ago
mpi MPI: moved the syscalls 20 years ago
net Net related fixes 20 years ago
pci Fixens 20 years ago
sde Major: 20 years ago
sys ok 20 years ago
ubixfs chg: fixed string allocation bug in ubixfs_cacheNew() 20 years ago
vfs Ubix Works Again 20 years ago
vmm adjustCowCounter: we no longer need to debug unhandled adjustments they are normal situations now 20 years ago
Makefile Fixed for the JO bbls 20 years ago
Makefile.inc assert: remade assert 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