Re: tools to repair damaged /dev/hda1 boot record

From: Tigran Aivazian (tigran@veritas.com)
Date: Mon Jul 03 2000 - 01:28:39 EST


On Sun, 2 Jul 2000 afei@jhu.edu wrote:
> P.S. any bios function call C library available for Linux? That way, I
> might just write code myself to do it? Or do I have to start from assembly
> code? :-\

you cannot generally invoke BIOS services when the operating system is
running, except for well-defined interfaces like APM or PCI BIOS. To talk
to the disk you use the services provided by Linux device driver and not
some stinking BIOS (which is only needed for booting anyway).

To summarize - Linux is the operating system, it is not a toy like the
ones made by Microsoft.

Regards,
Tigran

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jul 07 2000 - 21:00:11 EST