English Amiga Board


Go Back   English Amiga Board > Search Forums

Showing results 1 to 40 of 866
Search took 0.11 seconds.
Search: Posts Made By: Wepl
Forum: project.WHDLoad 24 March 2024, 19:54
Replies: 1
Views: 588
Posted By Wepl
no this is without influence there is an other...

no this is without influence
there is an other problem
Forum: Coders. Asm / Hardware 16 February 2024, 08:58
Replies: 6
Views: 852
Posted By Wepl
Either use the OS or switch it off. Don't mix.

Either use the OS or switch it off. Don't mix.
Forum: Coders. Asm / Hardware 16 February 2024, 08:55
Replies: 21
Views: 1,248
Posted By Wepl
If aligment of source and destination is...

If aligment of source and destination is different then I would recommend to align the destination to long. So if the cpu has a data cache and the source is cachable the source misaligment can be...
Forum: Coders. Asm / Hardware 05 January 2024, 16:45
Replies: 5
Views: 759
Posted By Wepl
Silently redefining macros is a ugly thing. I had...

Silently redefining macros is a ugly thing. I had this recently and spent some time to find out that this was the reason.
Should at least throw a warning.
Forum: Coders. Asm / Hardware 08 December 2023, 17:40
Replies: 215
Views: 23,864
Posted By Wepl
But then you do not need to touch instruction TT....

But then you do not need to touch instruction TT.
As I understand you only have a problem with data. Then there is no need to change anything on the instruction side. ATC are also separate for data...
Forum: Coders. Asm / Hardware 08 December 2023, 14:08
Replies: 215
Views: 23,864
Posted By Wepl
Yeah, right, sorry. I first assumed you leave...

Yeah, right, sorry.
I first assumed you leave the MMU on and only additionally set the TT*s.

It's a pity that there are only 64 ATC entries per data/instruction.

It would be interesting what...
Forum: Coders. Asm / Hardware 08 December 2023, 12:31
Replies: 215
Views: 23,864
Posted By Wepl
Why do you touch ITT* at all? It should not be...

Why do you touch ITT* at all?
It should not be relevant IMHO.

If you change something in the MMU setup you also need to flush/clear the caches (CPUSH/CINV) because the caches operate...
Forum: Coders. Asm / Hardware 30 November 2023, 15:39
Replies: 24
Views: 2,254
Posted By Wepl
Where has that been tested? I doubt it.

Where has that been tested? I doubt it.
Forum: Coders. Asm / Hardware 30 November 2023, 11:02
Replies: 24
Views: 2,254
Posted By Wepl
Example: reading from chip memory takes 10...

Example:

reading from chip memory takes 10 cycles (8 wait cycles)
writing to fast memory takes 3 cycles (2 wait cycles)

when using the move loop the write comes for free because the following...
Forum: Coders. Asm / Hardware 28 November 2023, 14:18
Replies: 24
Views: 2,254
Posted By Wepl
here is the difference: not movem is slower than...

here is the difference: not movem is slower than multiple moves
instead: a loop of movem read and movem write is slower than single moves

the reason is the speed of memory accesses, wait states...
Forum: Coders. Asm / Hardware 28 November 2023, 13:15
Replies: 24
Views: 2,254
Posted By Wepl
I think you need to provide your full code...

I think you need to provide your full code sequence.
I doubt that movem alone is slower than 12 moves.
Forum: project.WHDLoad 07 November 2023, 20:55
Replies: 8
Views: 872
Posted By Wepl
The speed and gain of xpk depends on the sublibs...

The speed and gain of xpk depends on the sublibs used. As most of them are written is asm they will be usually faster then lha/zip.
The big advantage of lha/zip is in my opinion that you will have...
Forum: project.WHDLoad 07 November 2023, 16:43
Replies: 9
Views: 1,188
Posted By Wepl
attached my uaedebug.i used, interesting I found...

attached my uaedebug.i used, interesting I found the cycle counter to measure time to execute certain code
Forum: project.WHDLoad 07 November 2023, 14:37
Replies: 8
Views: 872
Posted By Wepl
XPK is still supported, you may also use lha/zip...

XPK is still supported, you may also use lha/zip archives see https://eab.abime.net/showthread.php?t=103144
Forum: project.WHDLoad 05 November 2023, 22:14
Replies: 9
Views: 1,188
Posted By Wepl
winuae logging probably has less overhead, but...

winuae logging probably has less overhead, but resload_Log will also work on real hw :)
@paraj I saw your macros for logging, maybe these are useful to be added to whdmacros.i?
Forum: Amiga scene 25 October 2023, 17:51
Replies: 226
Views: 37,087
Posted By Wepl
AFAICS jotd slave is totally fine. Slave and...

AFAICS jotd slave is totally fine.
Slave and installed programs under whdload should not change the vbr and also not change anything where vbr points to. If mmu is used by whdload than the vector...
Forum: project.WHDLoad 21 October 2023, 18:19
Replies: 9
Views: 1,125
Posted By Wepl
I saw there is an ELF image of the...

I saw there is an ELF image of the kickstart/kernel on the boot/emergency floppy disk. This can be relocated without much efforts. A similar way can be used like the AROSBootstrap...
Forum: project.WHDLoad 20 October 2023, 10:05
Replies: 9
Views: 1,125
Posted By Wepl
A Slave using these kickstarts would need...

A Slave using these kickstarts would need relocation information for them, not available AFAIK. Also this Slave would need to be updated for each change to the kickstarts.

I think it would be...
Forum: project.WHDLoad 18 October 2023, 23:23
Replies: 19
Views: 3,423
Posted By Wepl
As the damned ISP is unable to fix the problem I...

As the damned ISP is unable to fix the problem I have added a workaround in WHDLoad to avoid using local port 1024.
It's included in the latest beta: https://whdload.de/whdload/whd190.lha
Forum: Coders. Asm / Hardware 15 October 2023, 23:05
Replies: 59
Views: 12,550
Posted By Wepl
Some NorthWay files are a bit newer. I have added...

Some NorthWay files are a bit newer. I have added them to the resourced branch at github. For syms and util libs I see no much gain over mines. But it's good to preserve.


I would prefer to open...
Forum: project.WHDLoad 09 October 2023, 12:11
Replies: 19
Views: 3,423
Posted By Wepl
The problem exists again since a while (due my...

The problem exists again since a while (due my stupid provider).
I will contact him but it's unclear if this gets fixed soon.
Forum: Coders. Asm / Hardware 28 September 2023, 21:11
Replies: 59
Views: 12,550
Posted By Wepl
Thanks a lot, I will check them when I have some...

Thanks a lot, I will check them when I have some time.
For syms and util I'm going to compare how advanced they are.
If better I would like to add them to github repo. Same for help and ShowMacros....
Forum: Coders. Asm / Hardware 27 September 2023, 15:48
Replies: 59
Views: 12,550
Posted By Wepl
Than would be nice.

Than would be nice.
Forum: Coders. Asm / Hardware 27 September 2023, 09:30
Replies: 59
Views: 12,550
Posted By Wepl
The .rs files are in the 'resourced' branch,...

The .rs files are in the 'resourced' branch, https://github.com/wepl/ReSource/tree/resourced
Also contained are unfinished attempts for ReSourcesyms.library and ReSourceutil.library.
Forum: Retrogaming General Discussion 30 August 2023, 21:46
Replies: 12
Views: 1,029
Posted By Wepl
if it runs SetPatch in the startup-sequence or...

if it runs SetPatch in the startup-sequence or any other script you should it remove/comment there. it makes no sense to run the 1.3 SetPatch under WHDLoad
Forum: Retrogaming General Discussion 29 August 2023, 22:25
Replies: 12
Views: 1,029
Posted By Wepl
This means that some executed code has changed...

This means that some executed code has changed the special register cacr (cache control register). WHDLoad forbids this because it should only changed by whdload itself. There are no whdload options...
Forum: project.WHDLoad 20 August 2023, 23:00
Replies: 7
Views: 1,228
Posted By Wepl
fc = function code used on 68030 for transparent...

fc = function code used on 68030 for transparent translation (mmu)
zpt = detected remap of first pages via mmu on the host (68060.library)
ep = amount of emulated privilege violations (move sr,dx...
Forum: Coders. System 20 August 2023, 22:41
Replies: 70
Views: 9,210
Posted By Wepl
there is a good info on aminet:...

there is a good info on aminet: http://aminet.net/package/docs/misc/Overlay
Forum: project.WHDLoad 06 August 2023, 18:08
Replies: 7
Views: 1,228
Posted By Wepl
the memory of the host system is in the...

the memory of the host system is in the .whdl_trace file
the relevant memory for whdload is in the .whdl_register
there is also cpu/fpu type:
attn=FF(60,82) fc=-1 kn=0 zpt=-1 ep=0 ei=0...
Forum: project.WHDLoad 16 July 2023, 23:46
Replies: 7
Views: 1,228
Posted By Wepl
There is no generic way to retrieve these values....

There is no generic way to retrieve these values.
Normally they are only stored inside WHDLoad's memory.
But, as StingRay wrote, if you retrieve them via resload_Control and store them without...
Forum: Coders. Asm / Hardware 01 June 2023, 10:55
Replies: 8
Views: 1,246
Posted By Wepl
Using...

Using http://aminet.net/package/disk/optim/ReOrg3_1 and an optionfile you should be able to give files a priority in the directory scanning (I doubt it's worth the effort).
Forum: support.Other 17 May 2023, 23:31
Replies: 10
Views: 1,428
Posted By Wepl
please (let them) open an issue on...

please (let them) open an issue on https://whdload.de/mantis/
Forum: support.Other 04 May 2023, 22:20
Replies: 10
Views: 1,428
Posted By Wepl
Thanks for testing. As this is now working with...

Thanks for testing. As this is now working with recent pistorm32 FW I'm not going to change anything in WHDLoad ATM.
Forum: project.WHDLoad 17 April 2023, 00:54
Replies: 60
Views: 13,481
Posted By Wepl
I have updated...

I have updated https://whdload.de/whdload/RawDIC61.lha
it should behave as previous versions again now.
Forum: support.Other 05 April 2023, 23:07
Replies: 10
Views: 1,428
Posted By Wepl
thanks jotd :)

thanks jotd :)
Forum: project.WHDLoad 05 April 2023, 22:52
Replies: 0
Views: 524
Posted By Wepl
bugtracker mantis

Just want to note:
As there is only a SSL certificate for the domain whdload.de the Mantis bugtracker is also reachable via the URL https://whdload.de/mantis/ to allow TLS (instead of...
Forum: support.Other 05 April 2023, 22:47
Replies: 10
Views: 1,428
Posted By Wepl
you may open an issue in the bugtracker...

you may open an issue in the bugtracker https://whdload.de/mantis/ for this problem
to see if it is a LOCT issue as JOTD assumes you could use hrtmon an write to bplcon3
Forum: Coders. Asm / Hardware 23 March 2023, 23:40
Replies: 8
Views: 1,300
Posted By Wepl
Doesn't make sense to convert fonts as it is not...

Doesn't make sense to convert fonts as it is not hard to use them directly also without os.
Example taken from WHDLoad/Src/sources/whdload/savegame.s in https://whdload.de/whdload/WHDLoad_dev.lha:...
Forum: project.WHDLoad 11 March 2023, 15:52
Replies: 19
Views: 3,423
Posted By Wepl
The problem is solved now. Website has been...

The problem is solved now.
Website has been moved to a different datacenter.
Forum: project.WHDLoad 09 March 2023, 12:24
Replies: 19
Views: 3,423
Posted By Wepl
So, I got the confirmation from the webhoster...

So, I got the confirmation from the webhoster that their server doesn't respond to remote ports=1024.
This is stupid broken on their side and not conforming to internet standards (reserved ports are...
Showing results 1 to 40 of 866

 
Forum Jump

All times are GMT +2. The time now is 08:16.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.17638 seconds with 10 queries