VOGONS

Common searches


Search results

Display options

Re: Maxing out Win95 conventional memory

If you want UMBs but not EMS, EMM386.EXE can take a NOEMS switch. I have UMBPCI on my Win98SE tower and can try to look for the proper switch there if you want. I used to use QEMM on a DOS laptop, but it broke. I think I still have it and a manual in my downloads folder. Should I try to look through …

Pursue SGOS?

Hi! A long time ago, I thought to produce a semi-DOS-like OS for the PC called SGOS. That's short for Simple Game Operating System. It was to provide the support needed to better host games. It would support things like "sprites," backgrounds, music and sound effects. Its main menu would analyze the …

Re: OT and Obsolete: Better text compression?

Good news: I finally gained some ground with text compression! :D It turns out that I was using the wrong technique to get the tokens. I'm currently only collecting the results after tokenization and before my other techniques. There, I gained 2.1% yesterday evening. I still have a lot of work to do …

Re: OT and Obsolete: Better text compression?

I will post some of my code now, in the hopes that somebody here can tell me what I'm doing wrong. Following are the code for my modified version of Toldo's technique that parses the words: unsigned parsetokens1main (void) { unsigned i, j, k, l, m, n; unsigned curstrlen, curtoklen, assuspc; unsigned …

Re: OT and Obsolete: Better text compression?

Good news: over the course of today, I gained a little more than 40 bytes compressibility in one of my versions of PrintTok2: it is the one based on Toldo's design. However, it's still not doing all that well: on 1,370 bytes of text compiled, I'm getting 654 bytes compressed, while Deflate (zip …

Re: What Is Your Favorite Operating System(opinion poll):

I personally also prefer Win7 over Win11: I find it to have a better and more functional GUI: it looks better and has more color options and functionality. I like the Start menu there and also like the Explorer's Recent Folders and Last Searches features. The only major problem is that the Command …

Re: OT and Obsolete: Better text compression?

I have several versions of PrintTok2, including one that uses a modified version of the 5 bits method you specified. I also have a couple that favor more-often-occurring letters. I have the text adventure's text mostly ready for compression but had to manually decompress it, as I was using PrintTok1 …

Re: OT and Obsolete: Better text compression?

I took a better look at PrintTok2's output earlier today and confirmed that the tokens gathered in Pass 1 are realistic, but, after sort, I'm getting very few tokens. :( Every tweak I applied to the sort function, even when they gave more tokens, cost me in overall compressibility. I really don't …

Re: Boppin' game music off-game?

You're right, and I did think of that but don't want to hang in there for three to four minutes waiting for the song to finish for each song. BTW, I grabbed a few screenshots from DOSBox-X and want to capture some more. Is anybody here interested in these as wallpaper? I also have some C64, NES, …

Page 1 of 46