Няма описание

Vagrant Cascadian 0356bf634f Upload mescc-tools 1.0.1-5 to unstable. преди 4 години
debian 890310531e Upload mescc-tools 1.0.1-5 to unstable. преди 4 години
docs f94fd62663 Updating argument names to become more standard in M1 and corrected преди 5 години
elf_headers b3f065f9da Release 1.0.0 преди 5 години
examples b93de74671 Update hex2 example to use linked list преди 6 години
functions c9bf396558 Fix kaem.c so that it builds and passes its tests преди 5 години
kaem 4f22741c22 Release 1.0.1 преди 5 години
test b3f065f9da Release 1.0.0 преди 5 години
.gitignore bb062b0da7 Incorporated exec_enable into build.sh and harmonized check.sh преди 6 години
CHANGELOG.org 4f22741c22 Release 1.0.1 преди 5 години
Generating_M0_Definitions.org 25e0a56082 Making upstream packing easier преди 5 години
HACKING b3f065f9da Release 1.0.0 преди 5 години
INSTALL b3f065f9da Release 1.0.0 преди 5 години
M1-macro.c b3f065f9da Release 1.0.0 преди 5 години
README.md 546fad8ad7 Adding contribution notes преди 6 години
blood-elf.c b3f065f9da Release 1.0.0 преди 5 години
catm.c 4adeff55fe Removed a couple segfaults from blood-elf and hex2; caught file errors in catm преди 5 години
check.sh 8e4f6f34a7 [PATCH] check.sh: implement support for 3 different sha256 tools. преди 6 години
get_machine.c b3f065f9da Release 1.0.0 преди 5 години
guix.scm 6fb4f7e0c4 Broke up guix build scripts and fixed license headers преди 6 години
hex2_linker.c b3f065f9da Release 1.0.0 преди 5 години
makefile 4f22741c22 Release 1.0.1 преди 5 години
mescc-tools.scm 4f22741c22 Release 1.0.1 преди 5 години
sha256.sh 88a20c103a Try alternative way of detecting sha256sum tool преди 5 години

README.md

Copyright (C) 2017 Jeremiah Orians

This file is part of mescc-tools.

##

mescc-tools is free software: you can redistribute it and/or modify

it under the terms of the GNU General Public License as published by

the Free Software Foundation, either version 3 of the License, or

(at your option) any later version.

##

mescc-tools is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

GNU General Public License for more details.

##

You should have received a copy of the GNU General Public License

along with mescc-tools. If not, see http://www.gnu.org/licenses/.

The master repository for this work is located at: https://savannah.nongnu.org/projects/mescc-tools

If you wish to contribute:

pull requests can be made at https://github.com/oriansj/mescc-tools and https://gitlab.com/janneke/mescc-tools or patches/diffs can be sent via email to Jeremiah (at) pdp10 [dot] guru or join us on freenode's #bootstrappable

These are a collection of tools written for use in bootstrapping

blood-elf

A tool for generating ELF debug tables in M1-macro format from M1-macro assembly files

exec_enable

A tool for marking files as executable, for systems that don't have chmod

get_machine

A tool for identifying what hardware architecture you are running on

kaem

A minimal shell script build tool that can be used for running shell scripts on systems that lack any shells.

hex2_linker

The trivially bootstrappable linker that is designed to be introspectable by humans and should you so desire assemble hex programs that you write.

M1-macro

The universal Macro assembler that can target any reasonable hardware architecture.

With these tools on your system, you can always bootstrap real programs; even in the most catastrophic of situations, provided you keep your cool.