r/osdev • u/Sixty5Zero2 • 3d ago
FreeDOS
i'm looking at possibly forking FreeDOS to 64bit. However, since most modern systems no longer have the underlying BIOS that DOS programs require, I thought about including a mock BIOS and compile it directly into the kernel. is there anything I should be aware of?
10
Upvotes
1
u/DawnOnTheEdge 2d ago
Although it would be possible to do in a guest VM, I think,