Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Ads

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | Help to design a loader & CD-ROM emmulator in C

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.

Help to design a loader & CD-ROM emmulator in C - paras sharma - 10:26 28-04-07

Hello to every one;
                           I am a engineering student & for my
satisfaction I am trying to develop a loader to load a own made
program (which is a emulator) at boot time. My moto is to make a CD-
ROM emulator so that the ISO (of any OS stored in HDD) can be run to
install the OS (this way one can install OS without makin CD of it).
I
will wellcome any sort of help in this regard, any link (about making
loaders in C or general) or CD-ROM emulator or something else u think
of my use.
                        WELLCOME & THANKS for u programmers form a
learing student.




Re: Help to design a loader & CD-ROM emmulator in C - linnix - 12:47 28-04-07

On Apr 28, 7:26 am, paras sharma <parasupr...@yahoo.com> wrote:
> Hello to every one;
>                            I am a engineering student & for my
> satisfaction I am trying to develop a loader to load a own made
> program (which is a emulator) at boot time. My moto is to make a CD-
> ROM emulator so that the ISO (of any OS stored in HDD) can be run to
> install the OS (this way one can install OS without makin CD of it).
> I
> will wellcome any sort of help in this regard, any link (about making
> loaders in C or general) or CD-ROM emulator or something else u think
> of my use.
>                         WELLCOME & THANKS for u programmers form a
> learing student.

You just need to reprogram the BIOS.


Re: Help to design a loader & CD-ROM emmulator in C - jcomeau_ictx - 14:34 28-04-07

On Apr 28, 8:26 am, paras sharma <parasupr...@yahoo.com> wrote:
>                            I am a engineering student & for my
> satisfaction I am trying to develop a loader to load a own made
> program (which is a emulator) at boot time. My moto is to make a CD-
> ROM emulator so that the ISO (of any OS stored in HDD) can be run to
> install the OS (this way one can install OS without makin CD of it).
> I
> will wellcome any sort of help in this regard, any link (about making
> loaders in C or general) or CD-ROM emulator or something else u think
> of my use.

You might want to look at other free emulators, like Bochs and QEMU,
for coding ideas. Bochs is in C++, but I was able to modify it for my
uses just with my limited grasp of C.