ubixos / sys /
..
.settings FAT 5 years ago
arch Typo 5 years ago
boot/arm/ uboot Cleaning Up 7 years ago
compile FAT 5 years ago
fs sync 5 years ago
include Typo 5 years ago
init Boot changes 5 years ago
isa Starting on shutdown routine 5 years ago
kernel Cleaning up some output from functions. 5 years ago
kmods Converting fseek to kern_fseek because kernel space and userland use 5 years ago
lib Debug 5 years ago
mpi Working On UbixOS Shell 7 years ago
net Fixing up fdestroy 5 years ago
pci FAT 5 years ago
sde Merge branch 'master' of 6 years ago
sys Added kprint_len(char *, size_t) to allow for printing to display up to 5 years ago
vmm Sync 5 years ago
.cproject Working on fcntl 6 years ago
.gitignore Moving Files 7 years ago
.project Sync 6 years ago
Makefile Cleaning up sysctl 6 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