Copyright (c) Hyperion Entertainment and contributors.

Search results

Jump to navigation Jump to search

Page title matches

  • ...s to handle files, directory etc. These utility functions are grouped into dos.library. ...nctions concerning files and directories. File system will reply you using dos.library functions returns, so for you this communication is totally transpa
    970 bytes (161 words) - 20:57, 2 October 2015
  • ...inistration sweat. We would like to show you this time what has changed in DOS. The interface name for the dos.library is "IDOS" and its type is "struct DOSIFace *". Unlike other interfa
    23 KB (3,393 words) - 10:21, 20 December 2017

Page text matches

  • ...atever fancy interface is on the surface it all boils down to working with DOS streams. Three different streams are available for every Process: ...uto-magically create these standard streams for you and assign them to the DOS-provided streams mentioned above.
    3 KB (582 words) - 01:15, 17 October 2012
  • #include <dos/dosextens.h> // File system failed to initialize so return a DOS error code.
    4 KB (583 words) - 15:34, 5 July 2020
  • [[Workbench/Prefs/DOS|DOS]] - Manages DOS settings
    3 KB (401 words) - 23:12, 3 November 2014
  • ...interface simplifies this by delegating most of this interface work to the DOS Library. This means that the developer writing the file system can concentr ...ommunicate with file systems and handlers using DOS packets exclusively. A DOS packet is merely an Exec Message with parameters and results appended. The
    9 KB (1,317 words) - 21:09, 27 October 2016
  • ...le to run MS-DOS programs on your Amiga, it does allow you to work with MS-DOS disks and files using all the familiar Amiga methods. ...o drivers allow an Amiga floppy drive to read and write 720KB or 1.44MB MS-DOS disks, depending on the capacity of your Amiga disk drive.
    11 KB (1,757 words) - 17:08, 31 January 2021
  • Scanning a multiassign requires calling the dos.library function GetDeviceProc() in a loop to see each directory of the mul ...a device name present, GetDeviceProc() will find the device's entry in the dos list and copy some information into a DevProc structure:
    10 KB (1,442 words) - 20:56, 2 October 2015
  • = What are all these new DOS errors I'm seeing? = If you experiencing issues with DOS constants it is likely your code has not been updated to the newer definiti
    3 KB (384 words) - 13:54, 14 October 2013
  • To enable loading/storing of bitmaps with one DOS Read/Write per
    1 KB (196 words) - 21:45, 8 June 2012
  • === [http://wiki.amigaos.net/amiga/autodocs/dos.doc.txt DOS Library] === ...he new [[AmigaDOS Vector-Port|Vector-Port]] API, use of [[AmigaDOS Packets|DOS packets]] is (for the most part) no longer needed. Please carefully read th
    11 KB (1,518 words) - 15:16, 29 April 2016
  • ...sk either a file system (like the RAM disk handler RAM:, df0:, df1:...) or DOS to inform it whenever changes are made to a specific file or directory, mak ...e IPrefs has set up notification on this file, the RAM disk file system or DOS will notify IPrefs of the change, IPrefs will read in the Screenmode.prefs
    19 KB (2,304 words) - 16:33, 10 July 2013
  • A library is a set of related functions and data. For example, the AmigaOS's DOS library contains functions for accessing files and directories, and the Int [[DOS Library]]
    5 KB (593 words) - 15:24, 27 March 2019
  • == File System or DOS? == ...(dos.library), the record locking feature is handled entirely by AmigaDOS. DOS record locking is independent of the file system and is always available. P
    26 KB (3,130 words) - 22:46, 19 March 2013
  • | DOS library error === DOS library ===
    13 KB (1,685 words) - 21:52, 6 December 2015
  • To activate a monitor or DOS driver: DOS drivers are software drivers that extend the capabilities of AmigaDOS. The
    6 KB (991 words) - 02:55, 4 March 2019
  • [[Category:DOS|Device]] AmigaDOS devices appear as names within the DOS name space, for example, SER:, RAM: or DF0: (rather than Exec's serial.devi
    12 KB (2,006 words) - 20:47, 2 October 2015
  • One of the features included in dos.library is a series of functions to do standard pattern matching. Using a s ...to implement your own pattern matching routines, but by using the familiar DOS pattern tokens in your application, it is easier for the user to learn how
    10 KB (1,332 words) - 20:54, 2 October 2015
  • ...trying to access is a soft link. The caller must then execute the correct DOS call, ReadLink(), to find out what file should really be opened.
    2 KB (415 words) - 20:42, 2 October 2015
  • INCLUDE &quot;dos/dos.i&quot; #include &lt;dos/dos.h&gt;
    9 KB (1,266 words) - 04:13, 24 June 2020
  • ...is is primarily because a Process can access all the facilities offered by DOS such as file handling and input and output streams. To create a new Process, DOS provides the following function:
    9 KB (1,481 words) - 21:56, 5 December 2017
  • ...]] In this chapter you will learn how to install and uninstall data types, DOS drivers, key maps, monitors, net interfaces, and printers. ...S]] This chapter describes CrossDOS, which allows you to read and write MS-DOS formatted disks on your Amiga.
    12 KB (1,725 words) - 11:02, 29 November 2022
  • * Added dos SDK 54.117 * [http://wiki.amigaos.net/amiga/autodocs/dos.doc.txt dos.doc] (dos.library)
    10 KB (1,185 words) - 11:48, 4 April 2022
  • ...Intellifont utility, described in this chapter. Compugraphic fonts for MS-DOS computers can be purchased and used on the Amiga. ...IS disks are in MS-DOS format, CrossDOS, an Amiga Bridgeboard, or other MS-DOS emulator must be used to convert the files to AmigaDOS format. When the fon
    16 KB (2,618 words) - 17:06, 31 January 2021
  • [[Category:DOS]] A StandardPacket (defined in <dos/dosextens.h>) is used to send packet
    19 KB (2,812 words) - 20:59, 2 October 2015
  • ...ash. Reaper has no GUI but it does have some limited amount of control via DOS environment variables. More information about this can be found in the [[Ex ...irectory. As such, it requires many more system resources to function like DOS, BOOPSI, input.device and usually USB. If you have a crash which causes a t
    6 KB (1,042 words) - 01:13, 13 October 2013
  • === DOS === ...ure is bigger. "Rolling your own" Process structure from a Task fails. Use dos.library System() or NewCreateProc().
    11 KB (1,759 words) - 20:36, 2 October 2015
  • ...C compilers supply their own standard I/O functions which differ from the dos.library routines described here. See your compiler manual for information o ...Although dos.library is now written in C, remnants of BCPL remain to keep dos.library backwards compatible. One of these is the BCPL pointer or BPTR.
    22 KB (3,531 words) - 23:07, 22 April 2014
  • : pointer to an AnchorPath structure (from &lt;dos/dosasl.h&gt;) The AnchorPath structure is a dos.library structure used in pattern matching. Refer to the ''AmigaDOS Manual,
    16 KB (2,311 words) - 12:14, 6 April 2022
  • ...cess. A process is simply a task with additional information needed to use DOS library. #include <proto/dos.h>
    38 KB (5,421 words) - 12:00, 19 February 2024
  • #include &lt;dos/dos.h&gt;
    3 KB (494 words) - 00:07, 10 May 2012
  • ULONG DirAltered[3]; /* A DOS DateStamp indicating the date when ULONG DiskAltered[3]; /* A DOS DateStamp indicating the date when
    34 KB (4,622 words) - 21:05, 29 August 2016
  • ...a Task named ''input.device'' which runs at priority 20. You can't do any DOS calls from a Task and you can't do too much when running at priority 20 or ...utexes|a Mutex]] to synchronize data or you may not be allowed to call any DOS functions. You won't be warned by the compiler so your application will jus
    6 KB (1,163 words) - 22:01, 14 October 2013
  • ..._OK, RETURN_WARN, RETURN_FAIL are defined in &lt;dos/dos.h&gt; and &lt;dos/dos.i&gt;. Values outside of these ranges (-1 for instance) can cause invalid C If you are crashing near the first DOS call, either your stack is too small or your startup code did not GetMsg()
    18 KB (2,974 words) - 15:38, 9 December 2015
  • ...inistration sweat. We would like to show you this time what has changed in DOS. The interface name for the dos.library is "IDOS" and its type is "struct DOSIFace *". Unlike other interfa
    23 KB (3,393 words) - 10:21, 20 December 2017
  • ...st set an appropriate error using the DOS SetIoErr() function and the <dos/dos.h> error codes or the error codes defined in <datatypes/datatypes.h>. /* Indicate that we encountered an error. DOS Read
    33 KB (4,051 words) - 23:11, 19 June 2020
  • [[Category:DOS|Data Structures]]{{WIP}} | Flags telling DOS about process
    27 KB (4,667 words) - 20:54, 2 October 2015
  • ...superset of the Task structure called a Process structure (defined in &lt;dos/dosextens.h&gt;). These terms are confusing to Amiga programmers because th ...brary to associate an AmigaDOS environment to the task. Some elements of a DOS environment include a current input and output stream and a current working
    20 KB (3,330 words) - 22:07, 6 January 2014
  • #include &lt;libraries/dos.h&gt; === Expansion Drivers and DOS ===
    64 KB (8,952 words) - 15:58, 20 September 2018
  • * Multiple file systems supported, including CrossDOS (MS-DOS file system)
    10 KB (1,462 words) - 07:54, 6 December 2022
  • uint32 userSignal = SIGBREAKF_CTRL_C; /* Defined in <dos/dos.h> */ The signal masks for each of these key presses are defined in &lt;dos/dos.h&gt;:
    27 KB (3,913 words) - 09:15, 13 September 2023
  • ...re you redirect requesters to the custom screen - this applies to relevant DOS requesters as well as your application's requesters.}}
    6 KB (988 words) - 11:49, 26 April 2013
  • #include <dos/dos.h> ...docs for more information on functions dealing with the date and time. The DOS library includes such functions as DateToStr(), StrToDate(), SetFileDate()
    16 KB (2,357 words) - 20:03, 4 November 2015
  • | Not a valid DOS disk
    9 KB (1,424 words) - 12:26, 25 December 2020
  • ...acket to your process port. You must retrieve this packet before doing any DOS I/O (much like WBMessages). You can use WaitPkt() for this. The entity will ...need later. Note that these CliInitXxxx functions don't follow the normal DOS convention of Dn for arguments (they use A0 for pkt!).
    35 KB (5,038 words) - 20:45, 19 March 2013
  • | mfm.device || Controls access to MS-DOS disks with CrossDOS. <span style="color: red;">OBSOLETE</span> ...: now contains the DOSDrivers drawer, which holds a separate mount file or DOS driver for each device. The contents of a mount file are essentially the sa
    31 KB (4,780 words) - 05:34, 26 February 2022
  • ...est() and EasyRequest(), and therefore all direct or indirect disk related DOS calls. See the [[Intuition_Gadgets|Intuition Gadgets]] section for more inf ...ed. Avoid AutoRequest(), and therefore all direct or indirect disk related DOS calls. See [[Intuition_Gadgets|Intuition Gadgets]] for more information on
    25 KB (3,381 words) - 22:00, 5 December 2017
  • | WB_2.X || 20M || DOS\1 | HD0 || 500M || DOS\3
    34 KB (5,075 words) - 10:24, 5 July 2022
  • * the user as they do not appear on any DOS drive. The blocks UBYTE pb_DriveName[32]; /* preferred DOS device name: BSTR form */
    46 KB (6,495 words) - 20:39, 2 October 2015
  • | DOS || For changing AmigaDOS features and boot CLI appearance. == DOS Editor ==
    51 KB (8,253 words) - 23:10, 26 February 2022
  • ...is a linear array of bytes that may be accessed sequentially or randomly. DOS files are streams. IFFParse uses Hook structures (defined in &lt;utility/ho ...is facility, IFFParse has two internal stream managers: one for unbuffered DOS files (AmigaDOS filehandles), and one for the Clipboard.
    65 KB (9,294 words) - 09:24, 18 October 2017
  • #include <dos/dos.h> #include <dos/notify.h>
    23 KB (2,906 words) - 21:25, 9 November 2015
  • ...is that each time you change media you get a new (unused) unit number. If DOS locks are open on a media when it is ejected then that unit number remains ...all on the underlying file system. In the old days, it would have become a DOS packet.
    17 KB (2,779 words) - 23:57, 2 October 2016
  • ...nly a file name from a path or to generate an absolute path to a file. The dos.library contains several routines designed to make this easier. #include <dos/dos.h>
    14 KB (1,743 words) - 18:55, 28 March 2013
  • ...ion to read data from disk you must first open the [[AmigaDOS Introduction|DOS]] library and then get the "main" interface the Read() function is defined | dos.library || DOSBase || 50 || main:1
    32 KB (5,168 words) - 21:00, 20 March 2016
  • ...ut handles. The tags SYS_Input, SYS_Output and SYS_ErrorOutput (defined in dos/dostags.h) are used to supply the input, output and error output file handl #include <dos/dos.h>
    13 KB (1,862 words) - 02:17, 16 December 2018
  • #include <proto/dos.h> IDOS->Printf("to a buffer, add the filename with Dos AddPart().\n");
    13 KB (1,736 words) - 16:56, 25 April 2014
  • It’s inexcusable. And yet this is “normal” in MS-DOS.
    8 KB (1,382 words) - 05:44, 9 May 2012
  • APTR mdn_dosName ; Pointer to DOS file handler name STRUCT mdn_dName,5 ; DOS file handler name &quot;RAM0&quot;
    55 KB (7,999 words) - 01:26, 11 May 2012
  • The utility can be used on any disk present in the DOS List, i.e. mounted. It can be run from Workbench by clicking the icon or fr ...migaOS_Manual:_ARexx_Special_Variables|RESULT]] contains the corresponding DOS error code. The FAULT command may be used to gather a descriptive error tex
    79 KB (12,573 words) - 10:58, 5 December 2022
  • ...function. Also note that certain libraries (for example the V33 version of DOS library) and some individual library function vectors are of non-standard f ...es to the system library list. One rarely used way is to call LoadSeg() (a DOS library function) to load your library and then use the Exec CreateLibrary(
    26 KB (3,982 words) - 01:10, 4 November 2015
  • #include <proto/dos.h ...a type of a file. This fragment uses functions from the DataTypes Library, DOS Library, and IFFParse Library.
    39 KB (5,504 words) - 21:53, 5 December 2017
  • ...use AmigaDOS routines to handle the chore of parsing the command line. The DOS routines will handle errors and give help messages so both your code and yo
    12 KB (2,058 words) - 15:39, 18 July 2023
  • ...ally NULL unless the application wants to set some default values (see the DOS/ReadArgs autodocs for more information on this). ...ectory "lock" of each '''sm_ArgList''' entry. This is done by calling the DOS '''NameFromLock''' function with another multi-step process.
    33 KB (4,857 words) - 08:11, 22 August 2016
  • #include <proto/dos.h> #include <proto/dos.h>
    35 KB (5,123 words) - 21:35, 29 October 2015
  • ...es provided by the Shell. These are most relevant to applications that use DOS scripts. Of course you should avoid using these names for your variables si
    12 KB (2,015 words) - 23:47, 29 May 2013
  • * open dos.library and its interface (if you want to use dos.library functions) ...to use the AmigaOS API: in this particular case, the Write() function from dos.library.
    51 KB (8,226 words) - 12:21, 9 February 2022
  • #include &lt;dos/dos.h&gt;
    16 KB (2,323 words) - 22:57, 22 May 2012
  • #include &lt;dos/dos.h&gt; #include &lt;dos/dos.h&gt;
    41 KB (5,829 words) - 15:56, 20 September 2018
  • [[Category:DOS]]{{WIP}} *[[DOS Library|dos.library]]: the AmigaDOS core library, it gives many utility functions to ma
    76 KB (12,239 words) - 04:54, 24 June 2020
  • : The disk operating system (DOS) used by Amiga computers. A disk operating system provides the basic functi ; disk operating system (DOS)
    33 KB (5,538 words) - 18:34, 18 May 2016
  • To format a disk as an MS-DOS disk through CrossDOS, you must have a CrossDos DOSdriver activated. If the
    25 KB (4,188 words) - 11:06, 29 November 2022
  • #include &lt;dos/dos.h&gt; #include &lt;dos/dosextens.h&gt;
    43 KB (6,465 words) - 22:55, 22 May 2012
  • ...); opening a window on the Workbench (including EasyRequests() such as the DOS "Insert Disk" requester); calling LockPubScreen(&quot;Workbench&quot;); cal #include <proto/dos.h>
    21 KB (3,213 words) - 00:35, 31 October 2015
  • ...tine is only really useful for reading and decoding other disks such as MS-DOS formatted disks. ...only really useful for encoding and writing other disk formats such as MS-DOS disks.
    45 KB (7,152 words) - 21:28, 6 November 2015
  • ; {{Anchor|AmigaDOS|DOS}}AmigaDOS : The disk operating system (DOS) used by Amiga computers.
    40 KB (6,275 words) - 11:28, 26 April 2013
  • #include &lt;dos/dos.h&gt;
    26 KB (3,817 words) - 01:33, 5 April 2013
  • ...face.c" shows you how to open a shared library and its interface. Exec and DOS are already opened by the launch code and all their functions are immediate #include <proto/dos.h>
    21 KB (3,104 words) - 00:49, 28 October 2016
  • ...you can control just about any aspect of the Amiga. Think of it as "Visual DOS".
    24 KB (3,709 words) - 17:19, 7 June 2020
  • DOSBox is a DOS-emulator that uses the SDL-library and emulates CPU:286/386 realmode/protec
    24 KB (3,683 words) - 00:01, 26 December 2021
  • #include <dos/dos.h> #include <proto/dos.h>
    72 KB (9,742 words) - 10:29, 22 October 2020
  • ...attempts to recreate the module replay and user experience of the popular DOS program Fasttracker II, with special playback modes available for improved
    22 KB (3,474 words) - 16:00, 31 March 2019
  • ...secondary result of a [http://wiki.amigaos.net/amiga/autodocs/dos.doc.txt dos library's] '''WaitForChar()''' call. For example: ...'NULL' will suppress any requesters that might otherwise be generated by a DOS call.
    81 KB (11,995 words) - 10:53, 2 June 2022
  • ...s that it uses to execute a program. These resources include memory space, DOS files and related structures, and the message port structure. The tracking
    32 KB (4,918 words) - 05:25, 17 May 2020
  • CrossDOS lets you read from and write to MS-DOS formatted disks using your standard Amiga drives.
    43 KB (6,523 words) - 04:45, 24 June 2020
  • ...ns in the DOS require user input in the form of an EasyRequest(). Indirect DOS calls include OpenLibrary(), OpenDevice(), and OpenDiskFont(). #include <dos/dos.h>
    83 KB (12,149 words) - 21:48, 9 November 2015
  • #include <proto/dos.h> #include <proto/dos.h>
    32 KB (4,815 words) - 20:52, 2 October 2015
  • ...miga, OS/2, BeOs, Mac OS X, Ultrix, QNX, OpenVMS, RISC OS, Novell NetWare, DOS and more...
    28 KB (4,326 words) - 05:40, 25 December 2020
  • ...RAM is linked into the memory free pool. Later in the boot sequence, after DOS is initialized, the binddrivers program is run. Binddrivers will search the
    23 KB (2,778 words) - 05:10, 13 November 2018
  • ...=Printer I/O through the DOS must be done by a process, ''not'' by a task. DOS utilizes information in the process control block and would become confused #include &lt;dos/dos.h&gt;
    192 KB (22,964 words) - 22:30, 28 March 2013
  • ...pattern will be attempted to be expunged. This pattern may be an arbitrary DOS style pattern. ...les required for filesystems to communicate with the version 53 (or newer) DOS library FileSystem Vector-Port interface.
    128 KB (17,761 words) - 21:39, 30 January 2021
  • ...attempts to recreate the module replay and user experience of the popular DOS program Fasttracker II, with special playback modes available for improved
    32 KB (4,942 words) - 23:00, 25 December 2021
  • The IFF standard date format will be one of those used in MS-DOS, Macintosh, or AmigaDOS (probably a 32-bit unsigned number of seconds since Issue: How to generate 3-letter MS-DOS extensions from 4-letter FORM type IDs?
    61 KB (9,831 words) - 05:30, 9 May 2012
  • ...asks (which require fewer resources in return for not being able to access DOS functions) could improve system performance. But it can hardly make a diffe
    52 KB (7,401 words) - 22:10, 9 February 2020
  • #include <proto/dos.h> ...op are new to Exec V50, and fulfill the same function as AllocDosObject in DOS. Consult the autodoc for more info. Also note the timer.device structures h
    32 KB (4,965 words) - 23:01, 26 March 2019
  • * using DOS ReadArgs() to provide support for argument passing.
    31 KB (5,310 words) - 20:41, 21 April 2014
  • ...(as opposed to a task). This is primarily because the function has to use dos.library to scan disks for font files. #include <dos/dos.h>
    102 KB (13,952 words) - 01:09, 19 October 2016
  • #include <proto/dos.h> #include <proto/dos.h>
    48 KB (7,385 words) - 22:32, 3 November 2015
  • ...cation's own context. Therefore, a string gadget editing hook must not use dos.library, and may not Wait() on application signals or message ports, and ma ** so the hook may not use DOS and may not cause Wait() to be called.
    45 KB (6,734 words) - 23:53, 31 July 2013
  • ...disk contains a Fonts directory, it will satisfy the ASSIGN. Up until V54 DOS library, you could not assign multiple directories with the PATH option. ...will remain mounted so that the next access to the device name will cause dos.library to restart the filesystem process once again, with the same charact
    353 KB (57,468 words) - 17:16, 31 January 2021
  • #include &lt;libraries/dos.h&gt; /* Prototypes for Delay, kprintf, dprintf. Or use proto/dos.h or functions.h. */
    252 KB (29,779 words) - 23:05, 13 May 2013
  • #include <proto/dos.h> #include "dos/dos.h"
    72 KB (10,611 words) - 17:26, 22 January 2019