ubixos-old / src / sys /
@reddawg reddawg authored on 18 Aug 2005
..
boot Minor Changes To Source Code To Prepare It For Open Source Release 21 years ago
compile saving progress - uses new MM system. does not boot 19 years ago
devfs begun conversion to new synchronization 19 years ago
generic new scheduler! 19 years ago
include saving progress - uses new MM system. does not boot 19 years ago
init saving progress - uses new MM system. does not boot 19 years ago
isa begun conversion to new synchronization 19 years ago
kernel adding files needed to compile 19 years ago
kmods saving progress - uses new MM system. does not boot 19 years ago
lib saving progress - uses new MM system. does not boot 19 years ago
mm Missing File 19 years ago
mpi begun conversion to new synchronization 19 years ago
net begun conversion to new synchronization 19 years ago
pci TCA touched me :( i think he likes men.... 20 years ago
sde Oh Man 20 years ago
sys update. stack corruption galore. first time is a charm, but the second 19 years ago
ubixfs begun conversion to new synchronization 19 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 begun conversion to new synchronization 19 years ago
vmm saving progress - uses new MM system. does not boot 19 years ago
Makefile saving progress - uses new MM system. does not boot 19 years ago
Makefile.inc updates. gcc is still barking at me for adding new items to the headers. 19 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