Questions tagged [disk-io]

Input/Output operations involving local persistent storage.

Common topics using this tag:

  • I/O-Bounded operations
  • General interaction with local storage

Useful Links

138 questions
-1
votes
2 answers

Debug int 13h 02h function of boot sector in bochs

I want to debug a boot sector and it reads the floppy disk. I debug it in bochs and want to check if it reads successfully or failure. I know the AH register can return the code, but I also want to see what it reads, so I want to check the es:bx…
viscroad
  • 203
  • 2
  • 9
-2
votes
1 answer

Postgres Internals

I want to learn how postgres writes it data into the file (FileFormat & Structure ). What is the encoding method and compression method used to store these data. Is compression is Cell Level or Entire table level.How data modification occurs in…
Hulk
  • 11
-3
votes
1 answer

Fizzbuzz in C accessing disk

I have made a simple fizzbuzz program in C, just for practicing some aspects of the C language. I am still learning it, I am coming from higher level languages. While running the program itself, with higher numbers, I noticed my HDD LED blinking on…
theHeXaGoNdev
  • 19
  • 1
  • 1
  • 5
1 2 3
9
10