Tidak Ada Deskripsi

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

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.