flat assembler
Message board for the users of flat assembler.
  
|  Index
      > OS Construction > Can you play with this ;) | 
| Author | 
 | 
| shoorick 11 Aug 2005, 02:08 look how files included into image    enjoy! ========================================== well, it seems as it works   ------------------------------------------------------------------- so, here is a macro with sample project, where floppy image created while compilation, including existing files and generating fat12. fs a little simplified (no data/time/attributes etc.), no subdirectories will be created. but if you find it usable - you can modify it by yourself - it was just a play to me - i do not plan develop new os soon   ------------------------------------------------------------------ this could be usefull to create bootable images without additional tool and run them under emulator. ========================================= enjoy! ps. do not ask me how it calculates fat position - i also do not know  
 _________________ UNICODE forever! Last edited by shoorick on 13 Aug 2005, 23:10; edited 3 times in total | |||||||||||
|  11 Aug 2005, 02:08 | 
 | 
| DataHunter2009 11 Aug 2005, 02:22 Um... what exactly does this do? | |||
|  11 Aug 2005, 02:22 | 
 | 
| shoorick 11 Aug 2005, 08:19 updated! enjoy   | |||
|  11 Aug 2005, 08:19 | 
 | 
| shoorick 13 Aug 2005, 23:10 finally it started be readable by emulator in real   new upside  | |||
|  13 Aug 2005, 23:10 | 
 | 
| ATV 21 Aug 2005, 06:45 You can calculate cluster count with:
 _count = ((_lbl#_size + 511) shr 9) | |||
|  21 Aug 2005, 06:45 | 
 | 
| < Last Thread | Next Thread > | 
| Forum Rules: 
 | 
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.