The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Miscellaneous
»
16 bit DOS Programming
»
masm boot hello world
« previous
next »
Print
Pages: [
1
]
Author
Topic: masm boot hello world (Read 16425 times)
yoursonfather
Regular Member
Posts: 11
masm boot hello world
«
on:
November 13, 2014, 10:04:57 PM »
i want write a boot in CD(i use new cd so it can write in first section) to open my computer .
i use that
http://nopmix.wordpress.com/2010/08/02/boot-sector/
NO WORK
I KNOW org7c00h,512bytes,55h aah
how can i start to write a sample operation system?
Logged
dedndave
Member
Posts: 8828
Still using Abacus 2.0
Re: masm boot hello world
«
Reply #1 on:
November 13, 2014, 10:47:54 PM »
if it does not work, it may be that you did not burn the CD correctly
there are different ways to create bootable CD's - and different burn methods for each
I think what you are trying to do is called "El Torrito"
https://cdburnerxp.se/help/Data/bootdisc
as for writing your own boot sector, there was extensive work in that area in the old forum
use the search tool or advanced search tool to help find specific info
http://www.masmforum.com/board/index.php
Logged
Tedd
Member
Posts: 377
Procrastinor Extraordinaire
Re: masm boot hello world
«
Reply #2 on:
November 13, 2014, 11:53:27 PM »
http://wiki.osdev.org/Main_Page
http://wiki.osdev.org/Tutorials
Logged
Potato
2
yoursonfather
Regular Member
Posts: 11
Re: masm boot hello world
«
Reply #3 on:
November 14, 2014, 01:15:41 AM »
i can run in vmware Floppy drive !!!
but CD is not same as floppy drive?
i cant just write in cd?
Logged
Vortex
Member
Posts: 2794
Re: masm boot hello world
«
Reply #4 on:
November 14, 2014, 05:39:49 AM »
I guess you have to have to write a boot sector for the CD image.
Another good option for your tests is the open source emulator Qemu.
Logged
Gunther
Member
Posts: 4198
Forgive your enemies, but never forget their names
Re: masm boot hello world
«
Reply #5 on:
November 14, 2014, 07:15:40 AM »
Hi Erol,
Quote from: Vortex on November 14, 2014, 05:39:49 AM
Another good option for your tests is the open source emulator Qemu.
good proposal. :t
Gunther
Logged
You have to know the facts before you can distort them.
Tedd
Member
Posts: 377
Procrastinor Extraordinaire
Re: masm boot hello world
«
Reply #6 on:
November 14, 2014, 10:03:03 AM »
Booting from CD is handled slightly differently than from a floppy, though CD booting does have a floppy compatibility mode..
Follow the links I posted above, and be prepared to read -- all of the answers are there.
Logged
Potato
2
yoursonfather
Regular Member
Posts: 11
Re: masm boot hello world
«
Reply #7 on:
November 14, 2014, 06:57:33 PM »
thank for this Forum ,i can write in CD to boot my computer!!
use this code :http://nopmix.wordpress.com/2010/08/02/boot-sector/
convert to iso :http://www.minidvdsoft.com/isocreator/index.html
write in CD:https://cdburnerxp.se/
working picture:
http://i.imgur.com/XSwYeKm.jpg
Logged
yoursonfather
Regular Member
Posts: 11
Re: masm boot hello world
«
Reply #8 on:
November 14, 2014, 06:59:04 PM »
thank for this Forum ,i can write in CD to boot my computer!!
use this code :
http://nopmix.wordpress.com/2010/08/02/boot-sector/
convert to iso :
http://www.minidvdsoft.com/isocreator/index.html
write in CD:
https://cdburnerxp.se/
working picture:
http://i.imgur.com/XSwYeKm.jpg
Logged
Gunther
Member
Posts: 4198
Forgive your enemies, but never forget their names
Re: masm boot hello world
«
Reply #9 on:
November 14, 2014, 07:32:39 PM »
Congrats. :t
Gunther
Logged
You have to know the facts before you can distort them.
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Miscellaneous
»
16 bit DOS Programming
»
masm boot hello world