@Charlie Root Charlie Root authored on 2 Jan 2018
.settings Sync 7 years ago
bin Fixed crt1 7 years ago
build Moving Files 7 years ago
contrib Need To Add TLS Suppport 7 years ago
deprecated Adding Sources 7 years ago
doc Cleaning Up VMM 7 years ago
etc Moving Files 7 years ago
include More Cleanup 7 years ago
include_old Cleaning Up 7 years ago
lib Fixed crt1 7 years ago
libexec Need To Add TLS Suppport 7 years ago
share/ mk More Cleanup 7 years ago
sys Fixed crt1 7 years ago
tools Moving Files 7 years ago
.cproject More Makefile cleanup 7 years ago
.gitignore Moving Files 7 years ago
.project Updating Project Settings 7 years ago
BUGS Adding Sources 7 years ago
Doxyfile Sync 7 years ago
Makefile Cleaning 7 years ago
Makefile.incl Moving Files 7 years ago
README Moving Files 7 years ago
README.md Sync 7 years ago
TODO Adding Sources 7 years ago
README
Installation:

  make all install <- This will build the kernel and components and put them onto a floppy

  Do the following if and only if your boot disk is not bootable and you just need to do 
  it once

  To make a bootable floppy do the following:
    1) cd src/sys/boot/btx;make
    2) cd ../boot2;make
    3) cat boot1 boot2 > /dev/fd0
    4) gcc -o test test.c;./test /dev/fd0 1;rm ./test
Directory Structure:

  bin     - Applications for UbixOS
  include - Include files to build anything userland
  lib     - Userland libraries
  sys     - Kernel code
  tools   - Tool kit required to build and install UbixOS