00:00:00 --- log: started forth/20.08.21 00:00:10 --- part: lich left #forth 00:35:51 --- join: jsoft joined #forth 01:52:43 --- quit: kori (Quit: WeeChat 2.8) 04:01:46 --- join: gravicappa joined #forth 04:36:52 --- join: kori joined #forth 04:36:57 --- quit: kori (Changing host) 04:36:57 --- join: kori joined #forth 04:49:09 --- join: tabemann_ joined #forth 04:49:23 --- quit: tabemann (Remote host closed the connection) 05:12:02 --- quit: mtsd (Remote host closed the connection) 06:58:01 --- join: mark4 joined #forth 07:16:42 --- nick: tabemann_ -> tabemann 08:28:40 --- join: cox joined #forth 08:36:07 --- quit: dave0 (Quit: dave's not here) 08:37:12 --- quit: jsoft (Remote host closed the connection) 08:43:00 --- quit: cp- (Quit: Disappeared in a puff of smoke) 08:43:57 --- join: cp- joined #forth 09:57:11 --- join: jsoft joined #forth 10:19:23 --- join: WickedShell joined #forth 10:42:44 --- quit: cox (Quit: Leaving) 11:30:25 --- quit: gravicappa (Ping timeout: 258 seconds) 12:01:26 --- quit: jsoft (Ping timeout: 240 seconds) 12:29:23 --- quit: ovf (Ping timeout: 241 seconds) 12:32:26 --- quit: kori (Ping timeout: 269 seconds) 12:32:26 --- quit: _whitelogger (Ping timeout: 240 seconds) 12:33:17 --- quit: crc (Ping timeout: 240 seconds) 12:33:44 --- join: ovf joined #forth 12:33:47 --- quit: proteusguy (Ping timeout: 240 seconds) 12:35:08 --- join: _whitelogger_ joined #forth 12:42:25 --- join: proteusguy joined #forth 12:42:25 --- mode: ChanServ set +v proteusguy 12:42:47 --- quit: cp- (*.net *.split) 12:45:56 --- join: crc joined #forth 12:46:44 --- join: cp- joined #forth 12:49:31 --- join: kori joined #forth 13:26:15 --- join: reepca joined #forth 13:43:09 proteusguy, you probably want to check out the latest of x64 if you had grabbed it already 13:43:27 i have added utf8 support and i fixed terminfo loading 13:57:51 oopts lol did the commit but not the push ! pushed now tho 14:16:47 --- quit: reepca (Ping timeout: 240 seconds) 14:29:58 --- join: reepca joined #forth 15:07:23 --- quit: reepca (Ping timeout: 258 seconds) 17:02:57 --- join: jsoft joined #forth 18:17:47 --- quit: WickedShell (Remote host closed the connection) 18:29:32 --- join: boru` joined #forth 18:29:34 --- quit: boru (Disconnected by services) 18:29:37 --- nick: boru` -> boru 19:09:08 --- join: gravicappa joined #forth 19:22:28 --- mode: ChanServ set +v crc 19:25:34 --- quit: guan (Ping timeout: 260 seconds) 19:33:44 --- join: guan joined #forth 19:44:06 --- quit: jsoft (Ping timeout: 240 seconds) 20:25:08 --- join: Zarutian_HTC joined #forth 20:44:54 --- join: dave0 joined #forth 21:20:26 --- quit: irsol (Ping timeout: 256 seconds) 22:40:20 mark4, cool will check it out! 22:41:43 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 22:42:02 weird thing is that was a very valid bug and should have been causing it to crash for me too lol 22:42:05 and wasnt 22:42:26 he did get it to run for him after that bug fix but it requires tow small edits 22:43:03 one is to add the -T parameter in front of the linker script file referene in the Makefile 22:43:22 the other is to add . = 0x401000; to the linker script sections 22:43:34 i have these edits done here but i cant remember if i pushed them or not 22:44:49 * proteusguy has lots of confidence it will just work right the first time... ;-) 22:45:08 heh 22:45:28 if i add the -T parameter to my makefile it crashes for me. if i dont it crashes for you lol 22:45:41 some difference in how ld works on debian and gentoo 22:47:50 ok if you pull now you will only need to make ONE small edit 22:48:15 in the Makefile under src/kerenel where it says 22:48:17 @ld kernel.ld ../kernel.o -o ../../kernel 22:48:19 make it say 22:48:24 @ld -T kernel.ld ../kernel.o -o ../../kernel 22:48:32 and it should work for you 22:48:58 but if i make that last change here it fails causes the fsave at the end of the ./extend process to segfault for me 22:49:07 dont add it and it will segfault for you ;) 22:49:34 its almost 2am here - been trying to sleep since 11 22:50:30 i also discovered a bug in fsave that i need to track down but it does not seem to be fatal. 22:50:45 Segment Sections... 22:50:45 00 22:50:45 01 .text 22:50:45 02 .bss 22:50:53 thats from readelf -a on the kernel 22:51:08 Segment Sections... 22:51:08 00 .text 22:51:08 01 .bss 22:51:13 thats on the extended forth 22:51:28 the dummy section disappeared somehow 23:00:10 --- join: proteus-guy joined #forth 23:30:24 --- quit: _whitelogger_ (Remote host closed the connection) 23:33:24 --- join: _whitelogger joined #forth 23:48:34 --- join: irsol joined #forth 23:52:47 --- quit: irsol (Ping timeout: 240 seconds) 23:54:07 --- join: irsol joined #forth 23:58:26 --- quit: irsol (Ping timeout: 240 seconds) 23:59:41 --- join: irsol joined #forth 23:59:59 --- log: ended forth/20.08.21