ubixos-old / src / sys /
@fsdfs fsdfs authored on 10 Aug 2005
..
boot Minor Changes To Source Code To Prepare It For Open Source Release 21 years ago
compile Syncing 19 years ago
devfs begun conversion to new synchronization 19 years ago
generic new scheduler! 19 years ago
include begun conversion to new synchronization 19 years ago
init reworking memory management and WTF is with all the errors in the headers 19 years ago
isa begun conversion to new synchronization 19 years ago
kernel begun conversion to new synchronization 19 years ago
kmods 19 years ago
lib begun conversion to new synchronization 19 years ago
mm code cleanup 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 begun conversion to new synchronization 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 begun conversion to new synchronization 19 years ago
Makefile fixed a compiler error. 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