Nav apraksta

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

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.