UbixOS / sys /
@cwolsen cwolsen authored on 31 Oct 2018
..
.settings Working on fcntl 6 years ago
armv6 Cleaning Up 7 years ago
boot/arm/ uboot Cleaning Up 7 years ago
compile Sync 7 years ago
fs Big Dump 6 years ago
i386 Cleaning Up 6 years ago
include Big Dump 6 years ago
init Working on new boot code 6 years ago
isa Fixing Keyboard 7 years ago
kernel Working on sysctl 6 years ago
kmods Cleaning Up Source Tree, True Test, Will It Compile? 7 years ago
lib Sync 7 years ago
mpi Working On UbixOS Shell 7 years ago
net Big Dump 6 years ago
pci Sync 7 years ago
sde Big Dump 6 years ago
sys Sync 7 years ago
vmm Working on syscalls for vi 6 years ago
.cproject Working on fcntl 6 years ago
.gitignore Moving Files 7 years ago
.project Sync 6 years ago
Makefile Sync 7 years ago
Makefile.incl Working on sysctl 6 years ago
README Moving Files 7 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