Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sometwo
on June 3, 2011
|
parent
|
context
|
favorite
| on:
A web server in x86 assembly language
Why did you use port I/O instead of int 13h?
daeken
on June 3, 2011
[–]
Using int 13h is fine for floppies, but when you're using it with hard drives it gets messy -- you have to use the extended versions which are buggy as hell. Much easier to just do it directly, and it doesn't take up much more space (if at all).
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: