Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
19 user(s) are online (8 user(s) are browsing Forums)

Members: 1
Guests: 18

sailor, more...

Support us!

Headlines

Forum Index


Board index » New posts




Re: infinite icons theme pack
Not too shy to talk
Not too shy to talk


AmiKit's ... well that's a beautiful end to the project ;/

Go to top


Re: infinite icons theme pack
Just popping in
Just popping in


Hello from a long time, here is the latest update, the project is ready and will be published on AmiKit's website on 19 July 2025, the exact address will be published later. Thanks for all the comments. The price for the icons is pay what you want, but at least €4.95

-Brochure 150625-

Go to top


Re: infinite icons theme pack
Just popping in
Just popping in


-

Go to top


Re: DumbPad v03
Home away from home
Home away from home


@kas1e

Here an example code to optionally let users to set the AISS menu icons to 16 instead of 24 via an env variable

https://github.com/AmigaPorts/SDL/comm ... aad8ca4ee3ad4f634c14e24d2

Go to top


Re: wget 1.25.0 for os4
Just popping in
Just popping in


Thank you both for this work!

Go to top


Re: DumbPad v03
Not too shy to talk
Not too shy to talk


@kas1e

See, I told you years ago in a forum post that you
can and should code something with the knowledge
of all the ports you have done.

Thanks for Dumbpad and all the ports, keep on coding and porting.

1989-> A500, A600, A3000, A4000, A1200, CD32, µA1, PegII, A1XE, CDTV, Amy/416D79, A1X5000, Vampire 500 V2+, Vampire 600 V2, Amy-ITX, Denise ITX <-2024
Go to top


Re: wget 1.25.0 for os4
Not too shy to talk
Not too shy to talk


Thank you kas1e for wget 1.25 and Andrea for clib4.

1989-> A500, A600, A3000, A4000, A1200, CD32, µA1, PegII, A1XE, CDTV, Amy/416D79, A1X5000, Vampire 500 V2+, Vampire 600 V2, Amy-ITX, Denise ITX <-2024
Go to top


Re: Hi to all Amiga fans
Just popping in
Just popping in


Welcome!

Memento audere semper!
Go to top


Re: Hi to all Amiga fans
Not too shy to talk
Not too shy to talk


@kikems

Welcome to the Forum!

AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 550 / ATI X1950 / M-Audio 5.1 -> AmigaOS 4.1 FE / Linux / MorphOS
Amiga 1200 -> Recapped / PiStorm CM4 / SD HDD / WifiPi connected to the NET
Vampire V4SE TrioBoot
RPI4 AmiKit XE
Go to top


Re: Hi to all Amiga fans
Just popping in
Just popping in


Hello and welcome

Go to top


Re: AmigaOS port of libsmb2
Just can't stay away
Just can't stay away


I've had a flu since yesterday morning. It wasn't so bad initially but it has gradually gotten worse since then, so I probably won't be doing too much work until it gets better.

Anyway, I did manage to find what was causing the AmigaOS3 build to fail (a stray printf(), which was optimized into a puts() by gcc, in libsmb2.c was causing __initstdio.o to be brought in from libnix). I also managed to fix the crashing which was caused by mistakenly freeing the password that was obtained from ReadArgs().

After adding these fixes the AROS version connects successfully to my Ubuntu samba server, but the AmigaOS3 version fails during auth in a similar way to the AmigaOS4 version suggesting that the problem might be related to different endianness.

Go to top


New UK Amiga User Group
Just popping in
Just popping in


Hi folks,

Just to let Amiga fans know, there's now a North East Amiga Group in UK.

Check us out on fb https://www.facebook.com/groups/1405697347407057


Edited by AmigaOldie on 2025/6/14 8:08:57
Go to top


Re: AmigaOS port of libsmb2
Just can't stay away
Just can't stay away


@salass00

Hey thank you very much for the new version of the handler, I have already tested the new version under AmigaOs4.1 on my X5000 and it seems that it has become faster in data transfer.

Max Transfer 8500KB/s that is much better

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Go to top


Re: AmigaOS port of libsmb2
Just can't stay away
Just can't stay away


@FlynnTheAvatar

Quote:

$ m68k-amigaos-gcc -v
Using built-in specs.
COLLECT_GCC=m68k-amigaos-gcc
COLLECT_LTO_WRAPPER=/usr/local/amiga/bebbo-20230625/libexec/gcc/m68k-amigaos/6.5.0b/lto-wrapper
Target: m68k-amigaos
Configured with: /home/salass00/Development/Projects/devtools/bebbo/amiga-gcc/projects/gcc/configure --prefix=/usr/local/amiga/bebbo-20230625 --target=m68k-amigaos --enable-languages=c,c++,objc --enable-version-specific-runtime-libs --disable-libssp --disable-nls --with-headers=/home/salass00/Development/Projects/devtools/bebbo/amiga-gcc/projects/newlib-cygwin/newlib/libc/sys/amigaos/include/ --disable-shared --enable-threads=no --with-stage1-ldflags='-dynamic-libgcc -dynamic-libstdc++' --with-boot-ldflags='-dynamic-libgcc -dynamic-libstdc++'
Thread model: single
gcc version 6.5.0b 230607174548 (GCC)


It is a gcc 6.5.0b cross compiler built from bebbo's repo, but almost two years old by now. I built it 25-Jun-2023 from what was likely the current state of his git repo at that time.

I think there may have been some changes to libnix since then that broke the building of smb2-handler.

Go to top


Re: AmigaOS port of libsmb2
Just popping in
Just popping in


@salass00

Thank you very much for the latest version.

Just one question regarding the AmigaOS3 version: what compiler do you use for the AmigaOS3 version? I tried Bebbo's gcc 6 on Linux, but it failed to link because of a missing exit() definition.

Go to top


Re: AmigaOS port of libsmb2
Just can't stay away
Just can't stay away


I released version 53.9 of smb2-handler yesterday containing reconnection support changes from Walter Licht.

https://github.com/salass00/smb2fs/releases

I have also started a new branch for updating the used libsmb2 version to the latest git revision at:

https://github.com/salass00/smb2fs/tree/libsmb2-20250607

The AmigaOS4 version compiles but fails during auth at libsmb2-git/lib/ntlmssp.c line 670. The i386 AROS ABIv0 version also compiles but crashes hard during init (I haven't looked further into where exactly it happens yet) and the AmigaOS3 version still needs some fixes before it will compile.

Go to top


Re: Correct way to work with RGB/ARGB bitmaps?
Just can't stay away
Just can't stay away



Go to top


Re: Discussion point: what is AmigaOS missing? in 1995?
Not too shy to talk
Not too shy to talk


@Tuvok Well even on OS4 the challenge is the same. If you want multibyte characters everywhere, you're going to break everything. If you want UTF8 just in filenames and your text editor and the font engine (and your browser, which tend to handle text and fonts independently anyway), there are ways to do it that feel kludgy but will work for the most important use cases. And those ways are to do what Windows 95 had to do with 8.3 names.

It was Symbian not Nokia but same difference

Go to top


Re: Discussion point: what is AmigaOS missing? in 1995?
Just popping in
Just popping in


@ChrisQuote:
Chris wrote:@NinjaCyborg

[quote]

Something else menu-wise that OS3.2 has but OS4.1 doesn't, is depiction of the Shift key in menu shortcuts.



I love that new feature a lot too! It is so much more intuitive!

And as we are at it, to me (and hopefully not only to me) it would help recognisability if either all the letters of the shortcuts were written in lowercase (I know, many may say it looks ugly) or to make sure, that a font is used, that visually distinguishes between I and l and 1 and also between 0 and O.

Go to top


Re: Discussion point: what is AmigaOS missing? in 1995?
Just popping in
Just popping in


@NinjaCyborgQuote:
NinjaCyborg wrote:
@Tuvok Unfortunately adding utf8 support is not simple. When Symbian switched from single byte characters to double and variable byte characters, they completely broke backwards compatibility, only source compatibility was retained. @LiveForIt can explain it better than I can I'm sure, he's a subject matter expert. I think the best we could hope for would be a hack like the old FAT long file names - using the Comment parameter or a TOOLTYPE to store a utf8 name, which would then only be shown cosmetically in apps that supported it, Workbench or ASL. The true file name would still be used for everything else. And even then you won't get CJK, Arabic, Hebrew, Thai, Devanagari, Emoji etc.

Love hearing all the ideas and wishlists ! Keep going!


I did not clarify it, UTF-8 support was intended as a suggestion for OS4. On OS3 it does not make much sense, you are right. Unless I misunderstood, that idea with the name in tooltypes doesn't make any sense to me, it would be even more confusing, when a file or drawer has "two different names". One for Workbench and ASL and the real name for CLI etc..

Even if it breaks compatibility. Sooner or later a decision has to be taken about where to head with os4: stuck in the past or embrace all the efforts that are presently being made to better and enhance it, with the purpose of coming to the present and going to the future.

I didn't know you worked for Nokia, cool stuff!


Edited by Tuvok on 2025/6/13 8:28:38
Go to top



TopTop
(1) 2 3 4 ... 7435 »




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project