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…
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…
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…