From Eric: add some comments about what intr() does.
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1320 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
7d18a16081
commit
fbd8d43ccb
@ -157,7 +157,14 @@ unsigned ebdasize(void);
|
|||||||
|
|
||||||
/* intr.asm */
|
/* intr.asm */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Invoke interrupt "nr" with all registers from *rp loaded
|
||||||
|
* into the processor registers (except: SS, SP,& flags)
|
||||||
|
* On return, all processor registers are stored into *rp (including
|
||||||
|
* flags).
|
||||||
|
*/
|
||||||
unsigned ASMPASCAL init_call_intr(int nr, iregs * rp);
|
unsigned ASMPASCAL init_call_intr(int nr, iregs * rp);
|
||||||
|
|
||||||
unsigned ASMPASCAL read(int fd, void *buf, unsigned count);
|
unsigned ASMPASCAL read(int fd, void *buf, unsigned count);
|
||||||
int ASMPASCAL open(const char *pathname, int flags);
|
int ASMPASCAL open(const char *pathname, int flags);
|
||||||
int ASMPASCAL close(int fd);
|
int ASMPASCAL close(int fd);
|
||||||
|
Loading…
Reference in New Issue
Block a user