Scripts in scripts/ directory were platform-dependent and
even distribution-dependent, so they were not usable for anyone
except me. That's why I removed them from repository.
Added notes, because they should not be in repository, but it is useful
to have them locally in the same directory. Changed entries for
individual files to directory ignores.
Permissions were broken after moving files from NTFS partition.
Everything had 777, but now I reverted it to have 755 for
directories and 644 for regular files.
Playing with non-flat segmentation, but it seems that it won't be
feasible to use it with C programs - implementing paging and flat
segmentation scheme will be neceassary.