]> gitweb.factorcode.org Git - factor.git/commit
bootstrap: some cleanup, move stage1 to basis/bootstrap/
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 21 Jan 2022 19:26:03 +0000 (11:26 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 21 Jan 2022 19:26:03 +0000 (11:26 -0800)
commitfc6f53cd37e4704eba784e865974b176c7df35a9
treee8462d76191325b722ded7a09d215c00fa1401f5
parentbf478a2bd37616b582b39d4e11c18269b91e753c
bootstrap: some cleanup, move stage1 to basis/bootstrap/

this keeps it all together and imho makes it easier to understand
23 files changed:
basis/bootstrap/assembler/arm.32.unix.factor
basis/bootstrap/assembler/arm.32.windows.factor
basis/bootstrap/assembler/arm.64.unix.factor
basis/bootstrap/assembler/arm.64.windows.factor
basis/bootstrap/assembler/ppc.32.linux.factor
basis/bootstrap/assembler/ppc.64.linux.factor
basis/bootstrap/assembler/x86.32.unix.factor
basis/bootstrap/assembler/x86.32.windows.factor
basis/bootstrap/assembler/x86.64.unix.factor
basis/bootstrap/assembler/x86.64.windows.factor
basis/bootstrap/image/image.factor
basis/bootstrap/image/primitives/primitives-docs.factor
basis/bootstrap/layouts.factor [new file with mode: 0644]
basis/bootstrap/primitives.factor [new file with mode: 0644]
basis/bootstrap/stage1.factor [new file with mode: 0644]
basis/bootstrap/stage2.factor
basis/bootstrap/summary.txt [new file with mode: 0644]
basis/bootstrap/syntax.factor [new file with mode: 0644]
core/bootstrap/layouts.factor [deleted file]
core/bootstrap/primitives.factor [deleted file]
core/bootstrap/stage1.factor [deleted file]
core/bootstrap/summary.txt [deleted file]
core/bootstrap/syntax.factor [deleted file]