Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oriansj committed Feb 2, 2020
1 parent b425b4a commit 09536c7
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "Linux Bootstrap"]
path = Linux Bootstrap
url = https://github.com/oriansj/mescc-tools-seed
[submodule "seed"]
path = seed
url = https://github.com/oriansj/bootstrap-seeds
20 changes: 20 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,32 @@

* Current
** Added
Added High level prototype for stage1_assembler-0
Added High level prototype for stage0_monitor
Added High level prototype for CAT.s
Added High level prototype for cc_x86.s
Added posix-mode primtive getcwd
Added High level prototype for cc_knight-native
Added cc_knight-native.s
Added High level prototype for cc_amd64
Added cc_amd64.s
Added High level prototype for cc_knight-posix
Added cc_knight-posix.s
Added High level prototype for cc_armv7l
Added cc_armv7l.s
Added High level prototype for cc_aarch64
Added cc_aarch64.s
Added submodule for universal bootstrap binaries

** Changed
Modified cc_knight-native.s to generate output compatible with large binaries

** Fixed
Eliminated the discrepency between stage1/stage1_assembler-2.s and stage1/stage1_assembler-2.hex1

** Removed
Eliminated need for GCC to build hex.c to build the bootstrap binaries
Eliminated floppy disk images

* 0.3.0 - 2020-01-18
** Added
Expand Down
2 changes: 1 addition & 1 deletion Linux Bootstrap
8 changes: 4 additions & 4 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ vm-trace: vm.h vm.c vm_instructions.c vm_decode.c tty.c dynamic_execution_trace.
# Build the roms
ALL-ROMS: stage0_monitor stage1_assembler-0 SET DEHEX stage1_assembler-1 stage1_assembler-2 M0 CAT lisp cc_x86 forth

stage0_monitor: hex stage0/stage0_monitor.hex0 | roms
./bin/hex < stage0/stage0_monitor.hex0 > roms/stage0_monitor
stage0_monitor: vm stage0/stage0_monitor.hex0 | roms
./bin/vm --rom seed/NATIVE/knight/hex0-seed --tape_01 stage0/stage0_monitor.hex0 --tape_02 roms/stage0_monitor

stage1_assembler-0: hex stage1/stage1_assembler-0.hex0 | roms
./bin/hex < stage1/stage1_assembler-0.hex0 > roms/stage1_assembler-0
stage1_assembler-0: vm stage1/stage1_assembler-0.hex0 | roms
./bin/vm --rom seed/NATIVE/knight/hex0-seed --tape_01 stage1/stage1_assembler-0.hex0 --tape_02 roms/stage1_assembler-0

SET: stage1_assembler-2 vm stage1/SET.hex2 | roms
./bin/vm --rom roms/stage1_assembler-2 --tape_01 stage1/SET.hex2 --tape_02 roms/SET
Expand Down
1 change: 1 addition & 0 deletions seed
Submodule seed added at 07b792
Binary file removed x86/floppy_images/blank_floppy.img
Binary file not shown.
Binary file removed x86/floppy_images/stage0_monitor.img
Binary file not shown.
Binary file removed x86/floppy_images/stage1_hex_editor.img
Binary file not shown.
Binary file removed x86/floppy_images/stage1_loader.img
Binary file not shown.

0 comments on commit 09536c7

Please sign in to comment.