Preview

Skrillex

Good Essays
Open Document
Open Document
3045 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Skrillex
bios.h biosdisk Header bios.h Prototype int biosdisk(int cmd, int drive, int head, int track, int sector, int nsects, void *buffer);
Description
biosdisk accesses interrupt 0x13 for BIOS disk operations on the drive specified by the drive argument. For floppy drives, 0 identifies the first drive, 1 is for the second drive, and so forth. This function is not available under DOSX.

cmd specifies the disk operation to perform. head, track, sector, nsects, and buffer provide further information for the command specified bycmd.
The following command values are available: cmd Meaning
0
Resets disk system by a hard reset; all other parameters are ignored.
1
Returns the status of the last disk operation; all other parameters are ignored.
2
Reads the specified disk sectors. The head, track, and sector arguments specify the starting sector. The nsects argument specifies the number of sectors to read. The read data is stored in buffer.
3
Writes disk sectors from memory. The head, track, and sector arguments specify the starting sector. The nsects argument specifies the number of sectors to write. The data is read from buffer.
4
Verifies sectors. The head, track, and sector arguments specify the starting sector. The nsects argument specifies the number of sectors to verify.
5
Formats a track. The head and track arguments specify the track to format. Buffer stores the sector headers.
6
Formats a track and sets bad sector flags.
7
Formats the drive beginning at a specific track.
8
Gets the current drive parameters and stores them in buffer.
9
Initializes drive-pair characteristics.
10
Does a long read.
11
Does a long write.
12
Does a disk seek.
13
Alternates disk reset.
14
Reads sector buffer.
15
Writes sector buffer.
16
Tests the specified drive to see if it is ready.
17
Recalibrates the drive.
18
Performs diagnostics on controller RAM.
19
Performs drive diagnostics.
20
Performs controller internal diagnostics.
Return

You May Also Find These Documents Helpful

  • Good Essays

    This chapter describes the concepts behind how a CPU reads the contents from RAM. Which of the following is true about the process of read data, as described in the chapter?…

    • 957 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    Cis 207 Week 2/3 Quiz

    • 383 Words
    • 2 Pages

    4. The computer operating system starts the “boot sequence” using information retrieved from the boot sector of a drive(this can be a HDD, USB stick, etc) True…

    • 383 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    CHAPTER3 REVEIW

    • 527 Words
    • 3 Pages

    5. This chapter describes the concepts behind how a CPU reads the contents from RAM. Which of the following is true about the process of read data, as described in the chapter?…

    • 527 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    5. This chapter describes the concepts behind how a CPU reads the contents from RAM. Which of…

    • 856 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    |Boot sector - Is the area of the computer that contains storage devices like hard drives, and is the area where the firmware and software boot from |…

    • 829 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Disk drive is used for storing and retrieving digital information using rapidly rotating disks coated with magnetic material. An Disk drive retains its data even when powered off. Data is read in a random-access manner, meaning individual blocks of data can be stored or retrieved in any order rather than sequentially. An disk drive consists of one or more rigid rapidly rotating disks with magnetic heads arranged on a moving actuator arm to read and write data to the surfaces.A disk drive is used to record information from the computer onto a floppy disk or compact disk.…

    • 1042 Words
    • 5 Pages
    Satisfactory Essays
  • Good Essays

    It240 Appendix F

    • 1093 Words
    • 5 Pages

    |Drives |A device that reads data from and often writes data onto a storage medium, such |…

    • 1093 Words
    • 5 Pages
    Good Essays
  • Satisfactory Essays

    Network 230 Week 1 Quiz

    • 278 Words
    • 2 Pages

    (TCO 1) When you _____ a disk, this process divides the disk into small sections called tracks and sectors for the storage of files by a particular file system.…

    • 278 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    It 240 Appendix F

    • 301 Words
    • 2 Pages

    |ROM |ROM is short for Read Only Memory and is memory that cannot be modified in any |…

    • 301 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Boot Sector – A part of the hard drive that contains a machine code that is loaded into the RAM by the firmware of a computer.…

    • 437 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    data and can be initiated from the DOS command prompt? What useful information does this query…

    • 924 Words
    • 4 Pages
    Powerful Essays
  • Satisfactory Essays

    RYS 1

    • 389 Words
    • 2 Pages

    Used to store a copy of your data in case your main file becomes corrupted and needs to be restored…

    • 389 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Worksheet: Computers

    • 808 Words
    • 4 Pages

    10. Once you open a file or a program, the software and data will load from the hard drive back to the RAM…

    • 808 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    03

    • 4187 Words
    • 33 Pages

    A BFILE column stores a file locator to a binary file stored by the operating system.…

    • 4187 Words
    • 33 Pages
    Satisfactory Essays
  • Good Essays

    Processmemoryreader.Cs

    • 1097 Words
    • 5 Pages

    public static extern Int32 ReadProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, [In, Out] byte[] buffer, UInt32 size, out IntPtr lpNumberOfBytesRead);…

    • 1097 Words
    • 5 Pages
    Good Essays

Related Topics