Skip to content

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oriansj committed Feb 2, 2020
1 parent 9bd07c1 commit 2153b63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,3 @@ bin/blood-elf
bin/get_machine
bin/hex2
bin/kaem

# This was a hand generated and audited file
# Do not trust it
# Do not update it
# It will be eliminated when kaem is handwritten in hex0
# Then the hex0 version will appear in it's associated architecture's folder
kaem-optional-seed
2 changes: 1 addition & 1 deletion M2-Planet
Submodule M2-Planet updated 94 files
+6 −52 .gitignore
+20 −0 CHANGELOG.org
+213 −0 HACKING
+62 −0 cc-minimal.c
+5 −5 cc.c
+8 −3 cc.h
+147 −16 cc_core.c
+2 −4 cc_reader.c
+6 −1 cc_strings.c
+18 −2 cc_types.c
+3 −2 docs/M2-Planet.1
+1 −0 functions/calloc.c
+9 −1 functions/number_pack.c
+8 −0 functions/numerate_number.c
+17 −0 functions/string.c
+159 −1 makefile
+197 −0 test/common_aarch64/ELF-aarch64-debug.hex2
+69 −0 test/common_aarch64/ELF-aarch64.hex2
+140 −0 test/common_aarch64/aarch64_defs.M1
+29 −0 test/common_aarch64/functions/access.c
+30 −0 test/common_aarch64/functions/chdir.c
+48 −0 test/common_aarch64/functions/execve.c
+26 −0 test/common_aarch64/functions/exit.c
+105 −0 test/common_aarch64/functions/file.c
+30 −0 test/common_aarch64/functions/fork.c
+31 −0 test/common_aarch64/functions/getchar.c
+47 −0 test/common_aarch64/functions/getcwd.c
+34 −0 test/common_aarch64/functions/malloc.c
+26 −0 test/common_aarch64/functions/putchar.c
+55 −0 test/common_aarch64/functions/stat.c
+33 −0 test/common_aarch64/functions/uname.c
+35 −0 test/common_aarch64/libc-core.M1
+47 −0 test/common_amd64/functions/getcwd.c
+47 −0 test/common_armv7l/functions/getcwd.c
+50 −0 test/common_knight/functions/file-native.c
+44 −0 test/common_knight/functions/getcwd.c
+1 −0 test/common_knight/knight_defs.M1
+15 −3 test/common_knight/libc-native.M1
+47 −0 test/common_x86/functions/getcwd.c
+90 −56 test/test.answers
+49 −0 test/test00/hello-aarch64.sh
+52 −0 test/test01/hello-aarch64.sh
+52 −0 test/test02/hello-aarch64.sh
+52 −0 test/test03/hello-aarch64.sh
+52 −0 test/test04/hello-aarch64.sh
+52 −0 test/test05/hello-aarch64.sh
+52 −0 test/test06/hello-aarch64.sh
+53 −0 test/test07/hello-aarch64.sh
+53 −0 test/test08/hello-aarch64.sh
+52 −0 test/test09/hello-aarch64.sh
+53 −0 test/test10/hello-aarch64.sh
+1 −0 test/test100/cleanup.sh
+92 −0 test/test100/hello-aarch64.sh
+1 −1 test/test100/proof.answer
+53 −0 test/test11/hello-aarch64.sh
+53 −0 test/test12/hello-aarch64.sh
+53 −0 test/test13/hello-aarch64.sh
+52 −0 test/test14/hello-aarch64.sh
+1 −0 test/test14/proof-aarch64.answer
+53 −0 test/test15/hello-aarch64.sh
+53 −0 test/test16/hello-aarch64.sh
+54 −0 test/test17/hello-aarch64.sh
+54 −0 test/test18/hello-aarch64.sh
+1 −0 test/test18/hello-knight-native.sh
+59 −0 test/test19/hello-aarch64.sh
+1 −0 test/test19/hello-amd64.sh
+1 −0 test/test19/hello-armv7l.sh
+1 −0 test/test19/hello-knight-posix.sh
+1 −0 test/test19/hello-x86.sh
+53 −0 test/test20/hello-aarch64.sh
+69 −0 test/test21/hello-aarch64.sh
+77 −0 test/test22/hello-aarch64.sh
+78 −0 test/test23/hello-aarch64.sh
+63 −0 test/test24/hello-aarch64.sh
+69 −0 test/test25/hello-aarch64.sh
+1 −1 test/test25/hello-amd64.sh
+1 −1 test/test25/hello-armv7l.sh
+1 −1 test/test25/hello-x86.sh
+164 −80 test/test25/kaem.c
+72 −0 test/test26/hello-aarch64.sh
+2 −2 test/test26/hello-amd64.sh
+2 −2 test/test26/hello-armv7l.sh
+2 −2 test/test26/hello-x86.sh
+18 −0 test/test27/.gitignore
+72 −0 test/test27/chdir.c
+20 −0 test/test27/cleanup.sh
+64 −0 test/test27/hello-aarch64.sh
+64 −0 test/test27/hello-amd64.sh
+64 −0 test/test27/hello-armv7l.sh
+59 −0 test/test27/hello-knight-posix.sh
+66 −0 test/test27/hello-x86.sh
+55 −0 test/test99/hello-aarch64.sh
+1 −1 test/test99/hello-amd64.sh
+1 −1 test/test99/hello-x86.sh
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with Mes. If not, see <http://www.gnu.org/licenses/>.

arch = x86
KAEM = $(PWD)/kaem-optional-seed
arch ?= x86
KAEM ?= $(PWD)/../bootstrap-seeds/kaem-optional-seed
PACKAGE = mescc-tools-seed

.PHONY: all
Expand Down
2 changes: 1 addition & 1 deletion mescc-tools
Submodule mescc-tools updated from 4adeff to 51e155

0 comments on commit 2153b63

Please sign in to comment.