ubixos / src / sys /
@flameshadow flameshadow authored on 27 Jul 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 ubixfs: cleaned up some functions played with the caching a bit 20 years ago
include *burp* 20 years ago
init ubixfs: cleaned up some functions played with the caching a bit 20 years ago
isa chg: stopped push all these extra registers I can't find a good reason as to why I was doing it 20 years ago
kernel chg: I was fooled thought we failed but it was a casting issue 20 years ago
lib test code, fixes and the like 20 years ago
mpi CFLAGS: I updated cflags so optimizations are consistant on all files different optimization levels maybe the source of some of our problems? 20 years ago
net CFLAGS: I updated cflags so optimizations are consistant on all files different optimization levels maybe the source of some of our problems? 20 years ago
pci devfs: renamed functions 20 years ago
sde CFLAGS: I updated cflags so optimizations are consistant on all files different optimization levels maybe the source of some of our problems? 20 years ago
sys chg: turned on ints during dma do we still boot? 20 years ago
ubixfs chg: fixed file not found bug. Still can't find looping issue 20 years ago
vfs chg: vfs_mount now ensures that malloc did not fail 20 years ago
vmm chg: made page 0x0 writeable should boot now 20 years ago
Makefile We now build the MPI into the kernel 21 years ago
Makefile.inc assert: remade assert 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