Date: Tue, 9 Mar 2004 14:03:34 -0800 From: Jason Dictos <jason.dictos@yosemitetech.com> To: "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org> Subject: Using int 13 while BSD is running Message-ID: <E50A109EE98AA049BAA09D725DB0714F01AD3BA4@mail.tapeware.com>
next in thread | raw e-mail | index | archive | help
Hello, I'm investigating what resources are out there for accessing bios addressable devices while BSD is up and running. The situation is this, currently we licenses Caldera DOS for a program we wrote which uses the int13 extensions to manipulate the systems hard drive (i.e. to recover partition tables and what not). This forces our application to be written in 16 bit mode, but it does allows us to not have to worry about loading any driver which would be hardware specific to access the hard drive. Is there any way to write a driver for BSD which would put the processor into real mode, therefore allowing us to use the int 13 api of the bios to read and write hard drives? That way we could package a stripped down BSD kernel which loaded our driver and gave our application access to hard disks without having to load any device driver. Apologies in advance if this is the wrong mailing list, -Jason ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E50A109EE98AA049BAA09D725DB0714F01AD3BA4>