0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
~4K People Reached
About Me
Software Engineer
- Interests
- Anything on computers - Programming, Browsing, etc
- PC Specs
- AMD 64 Athlon, 1 GB Ram, 80 GB HDD, Gigabyte MB NVidea Chipset
Favorite Forums
3 Posted Topics
Hi, Could someone please share your idea on how to write a simple Hello World Boot Loader. I have been using OpenSuse Linux and and x86. I was able to write a single letter using the corresponding Ascii key. What about a string? Thanks, Citizen. | |
Hi, I have been trying to write a simple Hello World boot loader using assembly language. I tried my first program to print a character 'A' on the screen by writing to the VDU memory. The code is as shouwn below : entry start start: mov ax,#0xb800 mov es,ax seg … | |
The End.