ubixos / src / sys /
@flameshadow flameshadow authored on 21 Sep 2004
..
boot Minor Changes To Source Code To Prepare It For Open Source Release 21 years ago
compile Added calling of static constructors, commented out tty_printf in kprintf (due to deadlock) 20 years ago
devfs Wow the ide driver works again 20 years ago
include Start of kernel modules will make it much more flexable - These modules can be either in kernel threads or system services... 20 years ago
init Demo Release 20 years ago
isa Demo Release 20 years ago
kernel Bug Fixes 20 years ago
kmods Start of kernel modules will make it much more flexable - These modules can be either in kernel threads or system services... 20 years ago
lib fixed memory leak we now lose no memory.... 20 years ago
mpi Fix race condition (multiple unlock) 20 years ago
net Bug Fixes 20 years ago
pci TCA touched me :( i think he likes men.... 20 years ago
sde *** empty log message *** 20 years ago
sys Fix tty init again, put kprint on tty0 20 years ago
ubixfs TCA touched me :( i think he likes men.... 20 years ago
ubixfsv2 add: ubixfsInode.attributes 20 years ago
vfs OOPS we don't need the debug output 20 years ago
vmm ok time for bed 20 years ago
Makefile Start of kernel modules will make it much more flexable - These modules can be either in kernel threads or system services... 20 years ago
Makefile.inc *** empty log message *** 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