PDA

Click to See Complete Forum and Search --> : Resident program in BIOS??


Oct 20th, 2000, 05:44 PM
Hi there,
Can I start a TSR program from the BIOS?
I should modify it? And how?
(TASM)

Thank you

parksie
Oct 20th, 2000, 06:33 PM
No. Even the concept of a TSR only exists in a DOS environment :(. Anyway, the only way to start another program with the BIOS is to change the BIOS code...

What do you need it for? I'm sure there's a better way somewhere.

Oct 21st, 2000, 12:05 PM
I would like a routine, for example the change of date in
another one wrong, that can be run even if you format or
change the HD.
Is it possible? I haven't bad intentions, I want just do an
experiment.

OK?


[Edited by stefano on 10-21-2000 at 12:07 PM]

parksie
Oct 21st, 2000, 01:08 PM
Change of date?

Either way, you can't get anything into the BIOS without rewriting and reflashing it (good luck! ;))