ubixos / src / sys /
@solar solar authored on 18 Jun 2004
..
boot Minor Changes To Source Code To Prepare It For Open Source Release 21 years ago
compile Cleaned up the Makefiles 20 years ago
devfs Cleaned up the Makefiles 20 years ago
device 21 years ago
include Added nice and timeSlice members to the kTask_t type 20 years ago
init Changed idle task to system task 20 years ago
isa atkbd: converted some variables to static 20 years ago
kernel Changed the scheduler by adding the first rudiments of priority; vitals.c initializes the system's default quantum to 40 20 years ago
lib kmalloc: converted some variables to static 20 years ago
mpi Cleaned up the Makefiles 20 years ago
net chg: initialized buf to null 20 years ago
pci Cleaned up the Makefiles 20 years ago
sde notes: many bugs repaired and ld works 100% now. 20 years ago
sys timerInt: removed from src/sys/sys/idt.c and moved into a file by itself 20 years ago
ubixfs ubixFSmkDir(): played with it a bit to see if it still worked 20 years ago
vfs Moved fclose 20 years ago
vmm Fixed bug with & 20 years ago
Makefile We now build the MPI into the kernel 21 years ago
Makefile.inc notes: many bugs repaired and ld works 100% now. 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