How can I use tasm to create a simple OS?
Please tell the whole procedure for creating a binary file and if possible with a small example. I looked into the wiki but found nothing about tasm.
How to use tasm
See here: http://www.beroset.com/loader.html
Also you can use "bootprog" to to load a com or mz exe file coded with tasm in the normal way.
http://alexfru.chat.ru/epm.html#bootprog
V2_os was made originally with tasm.
Also you can use "bootprog" to to load a com or mz exe file coded with tasm in the normal way.
http://alexfru.chat.ru/epm.html#bootprog
V2_os was made originally with tasm.