s-macke / jor1k

Online OR1K Emulator running Linux
http://jor1k.com
BSD 2-Clause "Simplified" License
1.73k stars 196 forks source link

top line is the same as second line in the terminal #102

Closed dugoh closed 9 years ago

dugoh commented 9 years ago

Steps:

rm -rf jor1k jor1k-sysroot jor1k-master jor1k-sysroot-master
lynx -source https://github.com/s-macke/jor1k/archive/master.tar.gz|gunzip -c|tar -xvf -
# currently 4fc8dfedef
mv jor1k-master jor1k
cd jor1k
./compile
cd ..
lynx -source http://jor1k.com/jor1k/bin/or1k/vmlinux.bin.bz2 >./jor1k/bin/or1k/vmlinux.bin.bz2

In the simple demo, run seq 1 1 23

Results:

1
2
3
[snip]
2
2
3
[snip]

Environment:

prannoy commented 9 years ago

Hello @dugoh , I was trying to add a buffer to the terminal and this issue seems to have come up because of one of my previous commits. I have found the reason behind this, should be fixed in the next commit.

dugoh commented 9 years ago

Fixed, thanks!