And also how to turn off computer from a program?
On Sep 5, 7:05 am, michealmun...@yahoo.com wrote:
>
> I'm making an OS which uses FreeDOS as bootloader, and I want to know
> how to get FreeDOS kernel version.
int 21h, 33FFh
I can't find a decent reference (RBIL is too old, I guess), and the
Wiki or FAQ page I originally saw isn't easily found.
Anyways, best I can do is point you to latest FreeCom, hope this
helps!!
> And also how to turn off computer from a program?
Not sure on modern computers (ACPI), but for older computers APM is
fairly well documented. I don't have any snippet on-hand, but perhaps
somebody here does.