ubixos-old / src / sys /
@reddawg reddawg authored on 26 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 Wow the ide driver works again 20 years ago
include *** empty log message *** 20 years ago
init task switching - We now are using software switching to be consistant with the rest of the world because all of this open source freaks gave me a hard time about something I liked. There doesn't seem to be any gain in performance but it is working fine and flawlessly 20 years ago
isa *** empty log message *** 20 years ago
kernel task switching - We now are using software switching to be consistant with the rest of the world because all of this open source freaks gave me a hard time about something I liked. There doesn't seem to be any gain in performance but it is working fine and flawlessly 20 years ago
lib forgot this file 20 years ago
mpi TCA Is A BONER!!!! 20 years ago
net Net related fixes 20 years ago
pci Tiny fixens 20 years ago
sde *** empty log message *** 20 years ago
sys task switching - We now are using software switching to be consistant with the rest of the world because all of this open source freaks gave me a hard time about something I liked. There doesn't seem to be any gain in performance but it is working fine and flawlessly 20 years ago
ubixfs Changes 20 years ago
ubixfsv2 Helping TCA find the source of the error 20 years ago
vfs updates: converted to software task switching however it is not working yet 20 years ago
vmm task switching - We now are using software switching to be consistant with the rest of the world because all of this open source freaks gave me a hard time about something I liked. There doesn't seem to be any gain in performance but it is working fine and flawlessly 20 years ago
Makefile Fixed for the JO bbls 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