OS4 DepotLogo by DaveyD 
(anonymous IP: 3.19.31.73,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Example » ramdev.lha

Ramdev

Description: simple 4 unit ram device (example source)
Download: ramdev.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 23kb
Version: 51.1
Date: 20 Jun 2006
Author: Olaf Barthel, Fredrik Wikström (OS4 port and modifications)
Submitter: Fredrik Wikström
Email: fredrik/a500 org
Homepage: http://a500.org
Category: development/example
License: Public domain
Distribute: yes
Min OS Version: 4.0
FileID: 1893
 
Comments: 1
Snapshots: 0
Videos: 0
Downloads: 297  (Current version)
298  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
/************************************************************************
*
* ramdev.c -- Skeleton device code.
*
* A sample 4 unit ramdisk that can be bound to an expansion slot device,
* or used without.  Works with the Fast File System.
* This code is required reading for device driver writers.  It contains
* information not found elsewhere.
*
* This example includes a task, though a task is not actually needed for
* a simple ram disk.  Unlike a single set of hardware registers that
* may need to be shared by multiple tasks, ram can be freely shared.
* This example does not show arbitration of hardware resources.
*
************************************************************************/

v51.1 changes (Fredrik Wikstrom):
 - is now an OS4 device
 - uses CreateTask()/DeleteTask() as opposed to setting up the Task structure
(stack, etc.) manually
 - supports the NSCMD_DEVICEQUERY command (reports itself as a trackdisk type
device)

Hopefully this will make it easier for people to write device drivers for OS4...




Copyright © 2004-2024 by Björn Hagström All Rights Reserved