Re: to make soft interrupt with AX registers in linux?
- From: Yan Zheng <uKernel@xxxxxxxxx>
- Date: Wed, 18 Jul 2007 15:39:42 -0000
what does "send to printer port" means?
If you want read/write some data from/to some io port. first get
permission of directly access io port (using ioperm or iopl system
call), then use inb/outb to do io port input/output
see:
man iopl
man inb
Good luck
.
- References:
- to make soft interrupt with AX registers in linux?
- From: google-rambo88
- to make soft interrupt with AX registers in linux?
- Prev by Date: Re: How to set timezone
- Next by Date: Re: what does "prepare_all" do?
- Previous by thread: Re: to make soft interrupt with AX registers in linux?
- Next by thread: Re: to make soft interrupt with AX registers in linux?
- Index(es):
Relevant Pages
|