Re: [Freedos-user] freedos installation on dos partition on linux system

2007-03-23 Thread tekno1911
You should backup your boot/mbr sector first to a blank floppy with following command: dd if=/dev/hda of=/dev/fd0 bs=512 count=1 because if after installing freedos on that dos partition lilo or grub dont come up next boot than you can restore it with dd if=/dev/fd0 of=/dev/hda bs=512 count=1

Re: [Freedos-user] ASPI driver

2007-03-05 Thread tekno1911
http://www.macdisk.com/faqaspien.php3 Hopefully this might help out ? Original Message Subject: Re: [Freedos-user] ASPI driver From: Eric Auer [EMAIL PROTECTED] Date: Mon, March 05, 2007 3:40 am To: freedos-user@lists.sourceforge.net

Re: [Freedos-user] ASPI driver

2007-03-05 Thread tekno1911
; highlevel ASPI code_seg segment assume cs:code_seg,ds:code_seg org 100h main proc near entry: jmp start ; ; data area ; scsicommand struc code db 2 status db 0 adapter

Re: [Freedos-user] Freedos on USB memor stick (partially solved)

2006-10-20 Thread tekno1911
Well, the MBR is special program located at sector 1 head 0, cylinder 0 with datastructure for partition information. The code for detecting active Partition is 446 bytes long and then follow the partition table entries (4 of them): bootabledb ? ; Indicate active partition slice beginhead

Re: [Freedos-user] Freedos on USB memor stick (partially solved)

2006-10-16 Thread tekno1911
Has anyone thought of breaking the freedos.iso image into zip archives and allowing users to download it in peices? would be better than messing around with cdrom image files of megabyte proportion? --chris http://www.aotksc.com/ Original Message Subject: Re: [Freedos-user]

[Freedos-user] FD installer

2006-09-25 Thread tekno1911
What computers does it work on with out locking up? 486dx2 80mhz scsi2 and ide 16mb ram 500mb ide partition (80gb eide) It lock up when attempted to boot the install cd from external scsi cdrom. --chris http://www.aotksc.com/

Re: [Freedos-user] DOS PR question - what LOOKS fancy in DOS?

2006-09-22 Thread tekno1911
Avoid ebay like the plague. They lock your acct out w/ suspension for minor shnit. Original Message Subject: Re: [Freedos-user] DOS PR question - what LOOKS fancy in DOS? From: tom ehlert [EMAIL PROTECTED] Date: Fri, September 22, 2006 5:55 am To: John Hupp

Re: [Freedos-user] Kernel question

2006-09-08 Thread tekno1911
Or the quote on the web page should be End War by Waging Peace... --chris http://www.aotksc.com/ Original Message Subject: Re: [Freedos-user] Kernel question From: Eric Auer [EMAIL PROTECTED] Date: Thu, September 07, 2006 10:10 pm To:

Re: [Freedos-user] FreeDOS 1.0 CD Label Image?

2006-09-07 Thread tekno1911
I can do that Like have a freedos fish superimposed with the word Freedos 1.0 printed across the CD? Let me know and I'll draw some sketches/ --chris http://www.aotksc.com/ Original Message Subject: [Freedos-user] FreeDOS 1.0 CD Label Image? From: Mike Webb [EMAIL

Re: [Freedos-user] FreeDOS 1.0 CD Label Image?

2006-09-07 Thread tekno1911
http://aotksc.com/img-bin/fdcd.jpg I have to get some pens to ink it OC. --chris http://www.aotksc.com/ Original Message Subject: [Freedos-user] FreeDOS 1.0 CD Label Image? From: Mike Webb [EMAIL PROTECTED] Date: Thu, September 07, 2006 8:46 am To:

Re: [Freedos-user] Old program [ Directory Control v1.2 ] get a new breath

2006-08-29 Thread tekno1911
Dude, I have a webhost at www.aotksc.com 5gb disk quota if anyone want to I can host for them.. giving that the page not pull huge load of bandwidth. (Economy plan) I am writing a replacement for freedos move command an will add some xcopy recursive dir copy too. --chris