Re: [Freedos-devel] V8Power Tools

2015-09-01 Thread Jerome E. Shidel Jr.
I know what you mean, but it is worse than you think. The command line parsing routines eat up nearly 1000 bytes in each tool. Some of the tools would only be 100 bytes or so without needing to interpret the command line. However, there are several reasons that it is being made this way. 1)

Re: [Freedos-devel] CheckHDD for FreeDOS 1.2 Installer

2015-09-01 Thread Rugxulo
Hallo beste vriend, (a phrase I'd seen in my Spam folder once before, funnily enough) On Tue, Sep 1, 2015 at 1:13 AM, M Vrm wrote: > > Op 1 sep. 2015 02:47 schreef "Rugxulo" : > >> On Mon, Aug 31, 2015 at 10:53 AM, M Vrm wrote: > >> >

Re: [Freedos-devel] CheckHDD for FreeDOS 1.2 Installer

2015-09-01 Thread M Vrm
Hello, Op 1 sep. 2015 20:24 schreef "Rugxulo" : > > Hallo beste vriend, Hallo, spam is altijd leuk. (Niet echt) maar je leert er wel van! :D ( hello, spam is always nice. (Not really) but you learn from it! :D ) >(a phrase I'd seen in my Spam folder once before, > funnily

Re: [Freedos-devel] V8Power Tools

2015-09-01 Thread Rugxulo
Hi, You're both right, of course, but I think I know of an easy solution (even though I haven't looked closely at any of this yet, but they do indeed appear to be .COMs). "Ark v1.101 - COM archiver and EXE 2 COM converter" (45822 bytes) ftp://ftp.sac.sk/pub/sac/pack/ark101.zip On Tue, Sep 1,

Re: [Freedos-devel] CheckHDD for FreeDOS 1.2 Installer

2015-09-01 Thread M Vrm
Op 1 sep. 2015 02:47 schreef "Rugxulo" : > > Hi, Hi! :D > On Mon, Aug 31, 2015 at 10:53 AM, M Vrm wrote: > > > > Well, I had sometimes problems. > > > > But the problems I had (I have FDBASECD.ISO) where: I was looking for my USB (it > > didn't support

Re: [Freedos-devel] Fwd: CheckHDD for FreeDOS 1.2 Installer

2015-09-01 Thread Joe Forster/STA
Hi guys, Just FYI, there was an old except from an AMD x86 manual that showed how to do 64-bit arithmetic in 32-bit assembly. I quoted/inlined it here, if you're curious: http://board.flatassembler.net/topic.php?t=7852 Or just steal the LongMul and LongDiv routines from Turbo/Borland

[Freedos-devel] V8Power Tools

2015-09-01 Thread Jerome E. Shidel Jr.
Hello all, I’ve done a little bit of restructuring. The http://up.lod.bz/V8Power precompiled version will no longer include the source files. Those will be maintained over at http://github.com/LoopZ/V8Power Also, I have started making detailed examples on usage of V8PT. They are in both

Re: [Freedos-devel] V8Power Tools

2015-09-01 Thread Mateusz Viste
Might be a dumb question - but why creating so many micro tools? Would it be possible to have all of them inside one binary, with behavior adapted with a switch? (a la busybox - like "V8POWER VCURSOR HIDE") ? It would certainly make the toolbox much more space-efficient on big (fat) clusters