Welcome, Guest. Please login or register.

Author Topic: AmiOS 4.0  (Read 3727 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Hammer

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1996
  • Country: 00
    • Show all replies
Re: AmiOS 4.0
« on: February 16, 2003, 11:06:35 PM »
Quote

There's no excuse for sloppy coding.

That ideal doesn’t work in real life …
Amiga 1200 PiStorm32-Emu68-RPI 4B 4GB.
Ryzen 9 7900X, DDR5-6000 64 GB, RTX 4080 16 GB PC.
 

Offline Hammer

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1996
  • Country: 00
    • Show all replies
Re: AmiOS 4.0
« Reply #1 on: February 16, 2003, 11:22:27 PM »
Quote

...unless you go the Windows way. Namely, you allocate lots of memory

What services do they offer?  

Quote

and VM to track all the resources a task allocates so you can free them later.

Nothing wrong with that. What's the other alternative?

Which ones are you referring to i.e. Win16 or Win32? Windows NT's kernel is based (I should say “assimilated”) on DEC’s VMS kernel.

In default settings (NT powered Windows only), all 16bit applications are run in the same memory-space (sounds familiar?). If one of these applications crashes badly, it can happen that it's the end of all other 16bit applications also (32bit applications should still run Ok since they are allocated in a separated memory spaces).

But this mode can set to "separate memory space for every 16bit programs". This mode requires more memory.

Linux/Wine/WineX requires comparable memory requirements since Win32 offer plenty of APIs (for desktop use).
Amiga 1200 PiStorm32-Emu68-RPI 4B 4GB.
Ryzen 9 7900X, DDR5-6000 64 GB, RTX 4080 16 GB PC.