Tagged Questions
0
votes
0answers
31 views
Please Let me know assembly code [duplicate]
Possible Duplicate:
What does “. =” mean in GAS
I downloaded some codes of GRUB.
This is a part of boot.s
.file "boot.S"
.text
/* Tell GAS to generate 16-bit instructions ...
0
votes
1answer
29 views
Please Let me know References of GRUB [closed]
I am studying GRUB(Linux BootLoader)
I downloaded code of GRUB about trampoline.
but I can't understand this code very well
I found many references about bootloader, but most references' ...