Re: [Freedos-devel] Improved RBIL

2024-08-03 Thread Jim Hall via Freedos-devel
I like this, too! Wolf wrote: [..] > I think this should be more prominently linked from on > https://freedos.org/about/devel/ instead of just (copy 2) of the RBIL > box, just my 2 cents... Good idea. I've updated the RBIL box on the "For developers" page with these links: "Learn more" --> Jer

Re: [Freedos-devel] Improved RBIL

2024-07-30 Thread Wolf Bergenheim via Freedos-devel
Sweet, thanks for the explanations! I admit I took a very quick look... ;o_o Aah now I see all the missing interrupts I was looking at the DOS kernel list... Thanks for pointing me to the right place! :D I really like this list a lot, PLUS it doesn't break e.g. in INT 21h/AH=30h and INT21/AX=3306h

Re: [Freedos-devel] Improved RBIL

2024-07-28 Thread Jerome Shidel via Freedos-devel
> On Jul 27, 2024, at 5:47 PM, Mercury Thirteen via Freedos-devel > wrote: > > Hmm... JSIL does have a nice ring to it. :) > +2 ROFL ___ Freedos-devel mailing list Freedos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/f

Re: [Freedos-devel] Improved RBIL

2024-07-28 Thread Jerome Shidel via Freedos-devel
Hi, > On Jul 28, 2024, at 4:06 AM, Wolf Bergenheim wrote: > > Wow, nice work! Thanks. :-) > > I really like the formatting of the Exec function, but looking at the site > itself I find it hard to find the interrupt I'm looking for. Can you make the > function number maybe a bit more promine

Re: [Freedos-devel] Improved RBIL

2024-07-28 Thread Wolf Bergenheim via Freedos-devel
Wow, nice work! I really like the formatting of the Exec function, but looking at the site itself I find it hard to find the interrupt I'm looking for. Can you make the function number maybe a bit more prominent? I'm mostly looking up interrupts by number and if I'm looking for a function by name

Re: [Freedos-devel] Improved RBIL

2024-07-27 Thread Louis Santillan via Freedos-devel
The Crux Linux distro solved this with their port system [0]. It’s a build from source distro. Each package (port) has one or more sources. Those sources then get processed by a build function into a destination directory. One (pre)step could be to process patch files. The files in the destina

Re: [Freedos-devel] Improved RBIL

2024-07-27 Thread Kirn Gill II via Freedos-devel
2024 4:47:31 PM To: Technical discussion and questions for FreeDOS developers. Cc: Mercury Thirteen Subject: Re: [Freedos-devel] Improved RBIL Hmm... JSIL does have a nice ring to it. :) Sent with Proton Mail<https://proton.me/> secure email. On Saturday, July 27th, 2024 at 4:11 PM, J

Re: [Freedos-devel] Improved RBIL

2024-07-27 Thread Mercury Thirteen via Freedos-devel
Hmm... JSIL does have a nice ring to it. :) Sent with [Proton Mail](https://proton.me/) secure email. On Saturday, July 27th, 2024 at 4:11 PM, Jerome Shidel via Freedos-devel wrote: > Hi all, > > The other day someone asked me to make a “general” improvement the the RBIL > HTML edition create