UbixOS / sys /
..
.settings FAT 5 years ago
arch Sync 3 years ago
boot/arm/ uboot Cleaning Up 7 years ago
compile FAT 5 years ago
fs Sync 3 years ago
include Sync 3 years ago
init Cleaning up initHardDisk 3 years ago
isa Sync 3 years ago
kernel Sync 3 years ago
kmods Converting fseek to kern_fseek because kernel space and userland use 5 years ago
lib BZERO malloc data before giving base addr to ensure it's clear 3 years ago
mpi Working On UbixOS Shell 7 years ago
net Fixing up fdestroy 5 years ago
pci Cleaning up hd.c PCI hd driver. There were some correct strings from not 3 years ago
sde Merge branch 'master' of 6 years ago
sys HAndling double fault to prevent tripple 3 years ago
vmm Implemented munmap 3 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 Making a little change 4 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