Just Beginning
- ertrules22
- Posts: 24
- Joined: Tue Jun 26, 2007 7:07 am
I don't know. Here is my bochsrc:
Make sure your's looks somthing like that
--Michael
Code: Select all
# You many now use double quotes around pathnames, in case
# your pathname includes spaces.
romimage: file=BIOS-bochs-latest, address=0xf0000
vgaromimage: VGABIOS-elpin-2.40
megs: 32
floppya: 1_44=phoenix-os-onyx.img, status=inserted
#floppya: 1_44=simple.bin, status=inserted
#ata0-master: type=cdrom, path=hd.img, status=inserted
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
ata0-master: type=disk, path="hd.img", mode=flat, cylinders=4, heads=16, spt=63
boot: floppy
log: bochsout.txt
panic: action=ask
error: action=report
info: action=report
debug: action=ignore
vga_update_interval: 300000
keyboard_serial_delay: 250
keyboard_paste_delay: 100000
floppy_command_delay: 500
ips: 1000000
mouse: enabled=0
private_colormap: enabled=0
fullscreen: enabled=0
screenmode: name="sample"
keyboard_mapping: enabled=0, map=
ne2k: ioaddr=0x300, irq=3, mac=b0:c4:20:00:00:00
#keyboard_type: at
--Michael
- ertrules22
- Posts: 24
- Joined: Tue Jun 26, 2007 7:07 am
here is mine
note: mine came with do0rs, but looks similar to yours (except the top comments, check it out)[/code]
note: mine came with do0rs, but looks similar to yours (except the top comments, check it out)
Code: Select all
# Bochs config for DoOrS-0.2.5-SR
romimage: file=BIOS-bochs-latest, address=0xf0000
vgaromimage: VGABIOS-elpin-2.40
megs: 32
floppya: 1_44=do0rs.img, status=inserted
boot: a
log: bochsout.txt
panic: action=ask
error: action=report
info: action=report
debug: action=ignore
vga_update_interval: 300000
keyboard_serial_delay: 250
keyboard_paste_delay: 100000
floppy_command_delay: 500
ips: 1000000
mouse: enabled=0
private_colormap: enabled=0
fullscreen: enabled=0
screenmode: name="DoOrS"
Don't think that by building a great OS that you'll be rich. History has shown us that the best OS's never receive any commercial success, while the ones that have a lack of design and inspiration do. ~Quote from the osdev wiki site
- ertrules22
- Posts: 24
- Joined: Tue Jun 26, 2007 7:07 am
- ertrules22
- Posts: 24
- Joined: Tue Jun 26, 2007 7:07 am
- ertrules22
- Posts: 24
- Joined: Tue Jun 26, 2007 7:07 am
sorry, kinda new to this, I have HxD open, with the do0rs .img file open in it, but where do I look from there (sorry if I sound dumb, but remember that I have never done this before!) I can do a lot of stuff with computers, but osdev is new, so I'm just trying to get a hang of things!
Thanks,
ertrules22
Thanks,
ertrules22
Don't think that by building a great OS that you'll be rich. History has shown us that the best OS's never receive any commercial success, while the ones that have a lack of design and inspiration do. ~Quote from the osdev wiki site
I forgive you, we were all at that stage once
If you go to Extras->Open Disk Image, you will see the sectors cut out, and look at the last two characters in hex.
Or find offset 1F0, and go to bytes E and F, and tell me what they are. If the OS uses grub, you don't need to do this step, as it just makes sure the bootloader will actually run.
If you go to Extras->Open Disk Image, you will see the sectors cut out, and look at the last two characters in hex.
Or find offset 1F0, and go to bytes E and F, and tell me what they are. If the OS uses grub, you don't need to do this step, as it just makes sure the bootloader will actually run.
Last edited by t0xic on Wed Jun 27, 2007 3:20 pm, edited 1 time in total.
- ertrules22
- Posts: 24
- Joined: Tue Jun 26, 2007 7:07 am
- ertrules22
- Posts: 24
- Joined: Tue Jun 26, 2007 7:07 am
The link for do0rs OS is here:
http://www.mif.vu.lt/~anba1548/DoOrS/
http://www.mif.vu.lt/~anba1548/DoOrS/
It's okay, thanks for all the help, and I've even learned some stuff!Sorry for the late response:
Don't think that by building a great OS that you'll be rich. History has shown us that the best OS's never receive any commercial success, while the ones that have a lack of design and inspiration do. ~Quote from the osdev wiki site
- ertrules22
- Posts: 24
- Joined: Tue Jun 26, 2007 7:07 am
Well, that makes me feel better too! Oh well, I will try something else later, thanks all of your help!
Don't think that by building a great OS that you'll be rich. History has shown us that the best OS's never receive any commercial success, while the ones that have a lack of design and inspiration do. ~Quote from the osdev wiki site