MASM32 error while assembling / begin: / end begin

Started by Earnie, July 15, 2010, 06:42:38 PM

Previous topic - Next topic

Earnie

OK, I don't want to do this. Too afraid I'm gonna damage something.

dedndave

lol - fear is a good thing - it keeps you from doing stupid shit
but, if you want to write software, you are going to learn to deal with it at some point
device drivers are probably easiest to test with a floppy
but under vm, i would think you'd be pretty safe

imagine how the guy must have felt that wrote the first "format" command   :P

oex

Quote from: dedndave on July 22, 2010, 12:55:25 PM
imagine how the guy must have felt that wrote the first "format" command   :P

I guess that depends on who owned the computer :bg
We are all of us insane, just to varying degrees and intelligently balanced through networking

http://www.hereford.tv

Earnie

Quote from: dedndave on July 22, 2010, 12:55:25 PM
device drivers are probably easiest to test with a floppy

If i make an image of the whole computer, could I really kill my system so that it won't be accessible anymore? 

oex

Quote from: Earnie on July 22, 2010, 03:28:07 PM
Quote from: dedndave on July 22, 2010, 12:55:25 PM
device drivers are probably easiest to test with a floppy
If i make an image of the whole computer, could I really kill my system so that it won't be accessible anymore? 

Just be sure to understand what you are trying to do and make sure you have backups of anything important.... Dont write and test low level code on your companies work servers (in fact you're probably best off testing on the 10 year old heap of junk in the garage if you're not sure what you're doing)
We are all of us insane, just to varying degrees and intelligently balanced through networking

http://www.hereford.tv

Earnie

 :dance:

I changed my approach and booted from a floppy disk.

Tested the simple.sys and the null.sys

Both worked!

:dance:

dedndave

a floppy is much simpler, huh
one common problem with a buggy device driver is - it will hang
if that happens, you just take the floppy out and you're back in business   :bg