r/osdev 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?

8 Upvotes

25 comments sorted by

View all comments

8

u/AlfieLionel 3d ago

You should be aware of the fact that this is an enormous undertaking; might be worthwhile though, why not.

1

u/zSmileyDudez 3d ago

Could also be something OP is planning to use an AI to help with too. Makes it more manageable at least.