isr
Call Int 13h in a ISR
I have written a ISR for int 9h by assembly in Real Mode. In this ISR, I call INT 13h, AH=0x02 for writing some data on Hard Disk. But data aren\'t written on Hard Disk. Also int 13h, ah=0x02 doesn\'t[详细]
2023-04-04 21:56 分类:问答How to save the registers on x86_64 for an interrupt service routine?
I am looking at some old code from a school project, and in trying to compile it on my laptop I ran into some problems. It was originally written for an old 32 bit version of gcc. Anyway I was trying[详细]
2023-03-22 22:19 分类:问答How to register a function in a driver code as its ISR
Following the feedback i got from my previous question on Linux Kernel development, I have written a driver (in Linux-kernel v2.6.32) by comparing it with an existing driver and \"borrowing\" heavily[详细]
2022-12-28 10:49 分类:问答What are basic programs like, recursion, Fibonacci, small trick programs?
This question may seem daft (I\'m a new to \'programming\' and should probably stop if this is the type of question I\'m required to ask)...[详细]
2022-12-24 08:39 分类:问答Is there a way to ignore the hydration mismatch and let the mismatched code to go to the client?
So I currently have configured ISR using Next.js and came up with the hydration problem. Right now, everything is working like this:[详细]
2022-12-07 22:15 分类:问答