Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
196 user(s) are online (128 user(s) are browsing Forums)

Members: 0
Guests: 196

more...

Headlines

Forum Index


Board index » All Posts (LiveForIt)




Re: Subprocess launching and communication.
Home away from home
Home away from home


@krashan

Child process share memory whit main process.

to avoid problem use semaphores when dealing whit shared memory.

InitSemaphore
ObtainSemaphore or AttemptSemaphore
ReleaseSemaphore

Don't use Permit() and forbid() unless the SDK says you most.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: Can't get Radio stations, whit TuneNet :-(
Home away from home
Home away from home


@bean

you know we missed you

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: AmigaOne U-Boot bugs - please read
Home away from home
Home away from home


@Rogue

Quote:
Is that a wireless USB keyboard

Yes, ( it has FN key no Win key, and no menu key )
Quote:
Do you have a PS/2 keyboard? If yes, try to plug that in and issue a "usb reset" from the command line.

Thats not posible when stdin=usbkbd is set, I can't use the PS2 keyboard even if it was succesfuly detected, I solved the problem by removing the backup batteri and then "reset to factory" to get access to my ps2 keyboard again.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: AmigaOne U-Boot bugs - please read
Home away from home
Home away from home


@Rogue

USB keyboard does not work in UBOOT, if computer has been turned off.

USB Keyboard works if I reboot after OS4 has been loaded, and exit to UBOOT, then the keyboard will work.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: U-boot has trouble finding my harddrive
Home away from home
Home away from home


@salass00

I think your Harddrive is slow to spin up, try increase the "scan timeout" value in uboot, (there should be one for each controller).

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: OS4.1 installation issues
Home away from home
Home away from home


@Jack

Quote:
(doesn't "virtual" stand for "swap"?).


No, virtual memory is just none linear memory,

if memory looks like this on classic system:

ooo***ooo****ooooo**

'o' is free RAM, and '*' is Used.
if you need 6 blocks or 'oooooo' you where not able to find memory needed on AmigaOS3 becouse larges memory is 5 blocks only, but on AmigaOS4.0, can reorganize memory so that all free blocks can be used.

Swap is used when you run out free RAM, in this state AmigaOS3 crashes or programs stops working, but on on AmigaOS4 frees memory by moving Virtual memory to SWAP when needed.

Where few programs uses virtual memory, it can be where useful if not misused.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: OpenRedAlert
Home away from home
Home away from home


@Rigo

no idea maybe new SDK?

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: OpenRedAlert
Home away from home
Home away from home


@acefnq

No, I just looked at it, nothing more

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: OpenRedAlert
Home away from home
Home away from home


@Raziel

I have changed it

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: OpenRedAlert
Home away from home
Home away from home


@Raziel

line: 148 in the makefile needs to look like this!

all: openredalert

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: OpenRedAlert
Home away from home
Home away from home


@Raziel

try whit out "sh"

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: OpenRedAlert
Home away from home
Home away from home


@Raziel

your not in the src dir when typed it!

"cd src" first

Quote:
Build and upload it then, maaan


stops at:

vfs/filesystem/externalvfs.cpp:448: error: 'fchdir' was not declared in this scope

I don't know what to do about that...

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: OpenRedAlert
Home away from home
Home away from home


@Raziel

cd src
make all -f ../makefile

And you need this line in some files:

typedef unsigned int type_t;

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: Can't get Radio stations, whit TuneNet :-(
Home away from home
Home away from home


@ZeroG

thanks for tip! works I'm so happy

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: Plea to all of you - please read.
Home away from home
Home away from home


@Swisso

Did you check that you have the correct VCORE setting the 7447/7457 uses less voltage!

And did you replace the backup battery?

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: AmigaOS 4.1 - network problems
Home away from home
Home away from home


@Dirk-B

Just remember to add the "Run >nil:" command in front of addinterface,

maybe it slow DHCP lookup problem.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: OWB 2.9 Released !
Home away from home
Home away from home


@Vulture

Yes and no, there exists two sets of drivers I believe the ELBOX drivers and Hyperion drivers.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Can't get Radio stations, whit TuneNet :-(
Home away from home
Home away from home


Can't get Radio stations, whit TuneNet

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: OS4Depot update
Home away from home
Home away from home


@orgin

Thats just excellent

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: OpenAL on AmigaOS 4.x ?
Home away from home
Home away from home


@samo79

I think it exists in beta form or as Hyperion only.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top



TopTop
« 1 ... 147 148 149 (150) 151 152 153 ... 181 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project