ubixos-old / src / sys /
@reddawg reddawg authored on 20 Jul 2004
..
boot Minor Changes To Source Code To Prepare It For Open Source Release 21 years ago
compile 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
devfs 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
device 21 years ago
include oops 20 years ago
init 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
isa 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
kernel Let me commit before we start to overlap 20 years ago
lib 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
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 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
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 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
ubixfs ubixfs: does propper caching now problem was you did not seek realSector however the os starts but I am getting a segfault could be from anything haven't looked into it right quick 20 years ago
ufs chg: broke the ufs stuff 20 years ago
vfs 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
vmm 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
Makefile We now build the MPI into the kernel 21 years ago
Makefile.inc Fixed segfault over optimizations which means problems in the code somewhere 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