Re: [Freedos-devel] Fwd: I'd like an absolute minimal version of FreeDOS.

2016-06-15 Thread Jayden Charbonneau
​Time to program with the delete key then. (Pun)​ On Wed, Jun 15, 2016 at 8:13 PM, Mercury Thirteen wrote: > Yep, the bootloader and a FreeDOS kernel with the boot message removed. > Problem solved. :) > > On 6/15/2016 6:57 PM, Jayden Charbonneau wrote: > > I may be

Re: [Freedos-devel] Fwd: I'd like an absolute minimal version of FreeDOS.

2016-06-15 Thread Mercury Thirteen
Yep, the bootloader and a FreeDOS kernel with the boot message removed. Problem solved. :) On 6/15/2016 6:57 PM, Jayden Charbonneau wrote: I may be wrong on this,but couldn't we just strip down the code used for FreeDOS?Removing un-needed modules,drivers,and removing any COUT/PRINTF

Re: [Freedos-devel] Fwd: I'd like an absolute minimal version of FreeDOS.

2016-06-15 Thread Mercury Thirteen
It sure can :) The most straightforward way I can think of to do this would be to use eliminate everything from FreeCOM on up. This would leave you with the FreeDOS bootloader and kernel.sys. Kernel.sys seems to only need command.com, so whatever you make could load in its place right there,

Re: [Freedos-devel] Fwd: I'd like an absolute minimal version of FreeDOS.

2016-06-15 Thread Louis Santillan
Blackout[0] or bootsplash[1] could solve the screen blanking. [0] http://www.freedos.org/software/?prog=blackout [1] http://www.freedos.org/software/?prog=bootsplash On Wed, Jun 15, 2016 at 3:58 PM, Jayden Charbonneau wrote: > With some sort of process that can run

Re: [Freedos-devel] Fwd: I'd like an absolute minimal version of FreeDOS.

2016-06-15 Thread Jayden Charbonneau
With some sort of process that can run programs,obviously.Unless that's not what you wanted? Would you be using NASM or something of the liking,or DIRECTLY inputting assembly/machine statements into the CPU? On Wed, Jun 15, 2016 at 6:57 PM, Jayden Charbonneau < binarybyte@gmail.com> wrote:

[Freedos-devel] Fwd: I'd like an absolute minimal version of FreeDOS.

2016-06-15 Thread Eric Auer
>From Ben Hutchinson By minimal, I mean that the boot sector program, and the kernel (kernel.sys), don't do any displaying of text. All they need to do is set up the DOS interrupt vectors (so that they behave correctly just as with MS-DOS), and then load and execute the first