| |
| |
| |
|
Page: 1 2 3
Comments:
<0> thanks a lot wobster <1> uh .. I'm registered? good to know. <1> no problem <0> Yeah! Each entry in a grain directory is called a grain directory entry ;) <2> dr_evil: that's funny i just filled out the form and got it just fine :-/ <3> mm <4> yo eieio <4> eieio: could i get the url of your page again ? i'd like to hack the 3d dhtml stuff
<0> eieio I just checked again and also got hte file now <3> 3d dhtml? <0> but the mail needed more than 1 hour <2> it's ie only, because i was lazy and only ie had transparency at the time. i'm sure it will be easy to make mozilla friendly. www.coreytabaka.com <4> hmm <2> www.pandora.com is very cool <4> damn js :/ <2> don't like JS, ronny? <4> courently im hacking on http://r0nnyger.mine.nu:3300/media/AJS/examples/sortable_list.html <4> and i have no idea whats wrong :/ <4> eieio: mind taking a look on it ? <2> let me look at it in a bit. i've got my hands in some things that need fixing at work <4> k <5> can anybody help me with copying a bootsector to a hard disk image? <6> man dd <5> i know but, i get this in bochs "not a bootable disk" <5> im copying a asm example boot loader, its compiled as a flat file, its 512 bytes, etc <7> have the 55AA signature? <5> times 512-($-$$)-2 db 0 <5> dw 0AA55h <5> i use NASM <1> steven_, what does hexdump -C -s 500 -n 12 <bochs-image> show? <5> if bochs-image is c.img <5> hexdump -C -s 500 -n 12 <bochs-image> <5> **** <5> 000001f4 00 00 00 00 00 00 00 00 00 00 00 00 |............| <5> 00000200 <1> you see.no boot signature <1> should be "00001f4 00 00 00 00 00 00 00 00 00 00 55 aa |..........U.|" or similar. the 55aa is important <5> at the end of bootsector.asm i put this dw 0AA55h <1> well. obviously it's not there <1> remove the leading 0.
<1> just a dark forebonding <5> error: symbol `AA55h' undefined <1> there we go. you messed up nasm syntax. <5> if dw AA55h isnt right, then what is? <2> dw 0aa55h is fine <2> as stupid as it may seem, try times 510-($-$$) db 0 <1> really? good god. I hate nasm <1> bootsig: dw 0xaa55 works here <2> the reason for the leading zero is that with the h suffix, nasm cannot tell the difference between a symbol and a hex number if it leads with a non-digit <1> idiotic. <2> not really, you can use 0xaa55 just fine <1> which works at least <2> but the suffix notation is ages old and really just an extra feature <5> ok well ill try times 510-($-$$) db 0 cause with just dw 0aa55h its still not bootable <1> steven_, got it? <1> steven_, `dw 0xaa55' <6> steven_, got *** penis? <3> penis is next to Bush <1> mur and kurt must be akin <3> mmm <5> well <5> im using this and i still get unbootable .... <5> times 510-($-$$) db 0 <5> dw 0xaa55 <1> check the hexdump if it got generated at all <1> or if it was you who copied that is some false way <5> umm well i get this when i run this hexdump -C -s 500 -n 12 /home/steven/c.img <5> 000001f4 00 00 00 00 00 00 00 00 00 00 00 00 |............| <5> 00000200 <1> you don't have to show us. think about what could've gone wrong. check what nasm produces, check what you did <5> ok well i did the hex dump on the compiled one and it returns |..........U.| <1> then the error is on you <5> what do i have to put into my code to make it bootable then? or do you know? i did what the other guy suggested and it still wasnt bootable.. <1> stop whining. find out what you did wrong. `dd' can be used and is used. <5> what ever i wasnt even whining i was just asking for help. <2> did you do something like, dd if=compiledfile of=c.img conv=notrunc <5> ok thank you, i use this, i got it from an example on the internet: dd if=compiledfile of=/dev/loop/0 bs=512 count=1
Return to
#osdev or Go to some related
logs:
ubuntu user photo #web #python suse 10 courier-imap support sql lookups #web XRenderCreateSolidFill ubuntu img2iso install ubuntu fdisk Unable to open /dev/hdd #linux #css
|
|