ubixos / src /
@reddawg reddawg authored on 6 Sep 2004
..
bin task switching - We now are using software switching to be consistant with the rest of the world because all of this open source freaks gave me a hard time about something I liked. There doesn't seem to be any gain in performance but it is working fine and flawlessly 20 years ago
include Changes 20 years ago
lib task switching - We now are using software switching to be consistant with the rest of the world because all of this open source freaks gave me a hard time about something I liked. There doesn't seem to be any gain in performance but it is working fine and flawlessly 20 years ago
sys Created functions sched_addDelTask and sched_getDelTask so we can lock the delete task list to prevent corruption of pointers.... a very random case but possible none the less 20 years ago
tools Changes 20 years ago
Makefile.inc add: directory caching related stuff 20 years ago
README Added documentation for directory structure 21 years ago
README
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