jsoft has joined #forth
WickedShell has quit [Remote host closed the connection]
boru` has joined #forth
boru has quit [Disconnected by services]
boru` is now known as boru
gravicappa has joined #forth
guan has quit [Ping timeout: 260 seconds]
guan has joined #forth
jsoft has quit [Ping timeout: 240 seconds]
Zarutian_HTC has joined #forth
dave0 has joined #forth
irsol has quit [Ping timeout: 256 seconds]
<proteusguy> mark4, cool will check it out!
<mark4> atually im not 100% sure it will work for you out of the box, one of the guys in ##asm helped me fix one stupid bug that was causing the compiler to crash for him
<mark4> weird thing is that was a very valid bug and should have been causing it to crash for me too lol
<mark4> and wasnt
<mark4> he did get it to run for him after that bug fix but it requires tow small edits
<mark4> one is to add the -T parameter in front of the linker script file referene in the Makefile
<mark4> the other is to add . = 0x401000; to the linker script sections
<mark4> i have these edits done here but i cant remember if i pushed them or not
* proteusguy has lots of confidence it will just work right the first time... ;-)
<mark4> heh
<mark4> if i add the -T parameter to my makefile it crashes for me. if i dont it crashes for you lol
<mark4> some difference in how ld works on debian and gentoo
<mark4> ok if you pull now you will only need to make ONE small edit
<mark4> in the Makefile under src/kerenel where it says
<mark4> @ld kernel.ld ../kernel.o -o ../../kernel
<mark4> make it say
<mark4> @ld -T kernel.ld ../kernel.o -o ../../kernel
<mark4> and it should work for you
<mark4> but if i make that last change here it fails causes the fsave at the end of the ./extend process to segfault for me
<mark4> dont add it and it will segfault for you ;)
<mark4> its almost 2am here - been trying to sleep since 11
<mark4> i also discovered a bug in fsave that i need to track down but it does not seem to be fatal.
<mark4> Segment Sections...
<mark4> 00
<mark4> 01 .text
<mark4> 02 .bss
<mark4> thats from readelf -a on the kernel
<mark4> Segment Sections...
<mark4> 00 .text
<mark4> 01 .bss
<mark4> thats on the extended forth
<mark4> the dummy section disappeared somehow
proteus-guy has joined #forth
_whitelogger has joined #forth
irsol has joined #forth
irsol has quit [Ping timeout: 240 seconds]
irsol has joined #forth
irsol has quit [Ping timeout: 240 seconds]
irsol has joined #forth
irsol has quit [Remote host closed the connection]
irsol has joined #forth
irsol has quit [Ping timeout: 240 seconds]
irsol has joined #forth
irsol has quit [Ping timeout: 240 seconds]
irsol has joined #forth
irsol has quit [Ping timeout: 246 seconds]
irsol has joined #forth
irsol has quit [Ping timeout: 240 seconds]
irsol has joined #forth
irsol has quit [Remote host closed the connection]
irsol has joined #forth
irsol has quit [Ping timeout: 240 seconds]
irsol has joined #forth
irsol has quit [Ping timeout: 240 seconds]
irsol has joined #forth
jsoft has joined #forth
irsol has quit [Remote host closed the connection]
irsol has joined #forth
irsol has quit [Ping timeout: 240 seconds]
irsol has joined #forth
irsol has quit [Ping timeout: 240 seconds]
<mark4> did you give it a shot?
irsol has joined #forth
irsol has quit [Ping timeout: 240 seconds]
irsol has joined #forth
<proteusguy> not yet - I will try today. in the middle of something now.
irsol has quit [Ping timeout: 256 seconds]
irsol has joined #forth
irsol has quit [Remote host closed the connection]
irsol has joined #forth
<mark4> trying to find out why my extended executables elf is different from the one produced by nasm
<mark4> seems to work but it looks wrong
dddddd has quit [Ping timeout: 240 seconds]
dddddd has joined #forth
Zarutian_HTC1 has joined #forth
Zarutian_HTC has quit [Read error: Connection reset by peer]
Zarutian_HTC1 is now known as Zarutian_HTC
dave0 has quit [Quit: dave's not here]
<mark4> proteusguy, i just fixed the issue where WITH the -T your build will work and mine will fail and without it it would be vice versa
<mark4> crap maybe not
<mark4> yea phew i got it lol
Zarutian_HTC has quit [Ping timeout: 256 seconds]
Zarutian_HTC has joined #forth
deesix has quit [Ping timeout: 240 seconds]
jsoft has quit [Ping timeout: 265 seconds]
gravicappa has quit [Ping timeout: 240 seconds]
irsol has quit [Ping timeout: 240 seconds]
irsol has joined #forth
Zarutian_HTC has quit [Ping timeout: 240 seconds]
Zarutian_HTC has joined #forth
Vedran has quit [Ping timeout: 246 seconds]
Vedran has joined #forth
Vedran has quit [Ping timeout: 265 seconds]
Vedran has joined #forth
irsol has quit [Remote host closed the connection]
irsol has joined #forth
deesix has joined #forth
_whitelogger has joined #forth
dave0 has joined #forth
dave0 has quit [Client Quit]
dave0 has joined #forth