‘hola mundo’ means ‘hello world’ in Spanish.
“Bare Metal” is a machine that offers direct access to the hardware, without any abstraction or virtualization layer. This means that the user has full control over the hardware and can install their own operating system, software and settings.
You have to create a program in assembly in real mode.
The following program is assembly for x86_64.
Is an example of a PC-Boot. It is a very basic bootloader that prints the message “Hola Mundo” on the screen.
- It runs directly without the need for an additional bootloader.
- It is limited to 512 bytes of code.
- It is loaded into memory by the BIOS.
- It does not use GRUB or any other bootloader.
- It is used on older x86 systems.
A PC-Boot is a type of bootloader used on older x86 systems. It is a very basic bootloader that is loaded into memory by the BIOS and executed directly.
types of bootloaders:
- PC-Boot
- Boot Sector Bootloader
- Direct Boot Bootloader
- Sector Load Bootloader
- MBR (Master Boot Record) Bootloader
- PC Bootstrap Loader
- Volume Boot Record (VBR) Bootloader
- Boot Sector Bootloader
PC Bootstrap Loader:
This type of bootloader is the one that is loaded into memory by the BIOS when a computer with a hard drive or solid state drive (SSD) is started.
A bootloader is a program that runs at system startup and is responsible for loading your application into memory.
bootloader.asm
[BITS 16]
[ORG 0x7C00]
mov ax, 0x07C0
mov ds, ax
; Display Settings
mov ah, 0x00
mov al, 0x03
int 0x10
; Printing the message
mov ah, 0x0E
mov al, 'H'
int 0x10
mov ah, 0x0E
mov al, 'o'
int 0x10
mov ah, 0x0E
mov al, 'l'
int 0x10
mov ah, 0x0E
mov al, 'a'
int 0x10
mov ah, 0x0E
mov al, ' '
int 0x10
mov ah, 0x0E
mov al, 'M'
int 0x10
mov ah, 0x0E
mov al, 'u'
int 0x10
mov ah, 0x0E
mov al, 'n'
int 0x10
mov ah, 0x0E
mov al, 'd'
int 0x10
mov ah, 0x0E
mov al, 'o'
int 0x10
jmp $
TIMES 510-($-$$) DB 0
DW 0xAA55
the program:
- It runs directly without the need for an additional bootloader.
- It is limited to 512 bytes of code.
- It does not use GRUB or any other bootloader.
- It is loaded into memory at address 0x7C00.
- It sets the video mode to 80×25 text mode.
- It prints the message “Hello World” on the screen.
- It runs indefinitely.
what the program does:
- memory address 0x7C00, which is the address where the BIOS loads the boot sector.
- addressing mode: The code uses 16-bit addressing mode, as indicated on the first line [BITS 16]. This means that memory addresses are expressed in 16 bits, which limits the amount of memory that can be accessed.
- Load address: The program load address is 0x7C00, as indicated in the second line [ORG 0x7C00]. This means that the BIOS loads the boot sector at this memory address.
- Setting the video mode: The mov ah, 0x00 line loads the value 0x00 into the AH register. Then the mov al, 0x03 line loads the value 0x03 into the AL register. Finally, the int 0x10 line calls interrupt 0x10, which is the video interrupt. The value 0x03 in AL sets the video mode to 80×25 text mode.
- Printing Characters: The following lines print the characters “Hello World” to the screen. Each character is printed using interrupt 0x10, with the value 0x0E in AH and the character to be printed in AL.
- Infinite loop: The jmp$ line creates an infinite loop, meaning the program will run indefinitely.
- Byte padding: The TIMES 510-($-$$) DB 0 line pads the remaining bytes of the boot sector with zeros. This is necessary because the boot sector must be exactly 512 bytes long.
- Boot Mark: DW line 0xAA55 places the boot mark at the end of the boot sector. This mark is required for the BIOS to recognize the boot sector as a valid boot program.
compile and generate .bin:
nasm -f bin bootloader.asm -o bootloader.bin
create image .img:
dd if=bootloader.bin of=bootloader.img bs=512 count=1
copy to usb:
sudo dd if=bootloader.img of=/dev/sdb bs=4M
my usb is /dev/sdb you can see your device with lsblk, without /dev
sync data:
sudo sync
The following commands show the hexadecimal information of /dev/sdb, the USB and the bootloader.img file:
Information is displayed only in the first 512 bytes, This is because if the USB is, for example, 64 GB, the 64 GB of information will be displayed and not the first 512 bytes.
Check that there is the same information in the bootloader.img file and in /dev/sdb on the USB.
The USB does not have a partition, but instead makes an exact copy per sector on the device, starting from the beginning, the first bytes.
sudo hexdump -C -n 512 /dev/sdb
hexdump -C -n 512 bootloader.img
demonstration
connect usb to computer:

enter the bios, press ‘delete’ at the beginning to enter
In the BIOS go to the boot section:

Select the USB flash drive first in order of priority:


that is the process of booting a usb.
After starting the computer it shows the message ‘Holundo’

in video:
The message on this computer is incorrect, it should display ‘Hola Mundo’
I’m investigating because it’s incorrect.
Maybe my BIOS is configured incorrectly.
# Harvard University: A Legacy of Excellence and Innovation
## A Brief History of Harvard University
Founded in 1636, **Harvard University** is the oldest and one of the most prestigious higher education institutions
in the United States. Located in Cambridge, Massachusetts,
Harvard has built a global reputation for academic excellence, groundbreaking research,
and influential alumni. From its humble beginnings as a small college established to educate
clergy, it has evolved into a world-leading university that shapes the future across various disciplines.
## Harvard’s Impact on Education and Research
Harvard is synonymous with **innovation and intellectual leadership**.
The university boasts:
– **12 degree-granting schools**, including the
renowned **Harvard Business School**, **Harvard Law School**, and **Harvard Medical School**.
– **A faculty of world-class scholars**, many of whom are Nobel laureates, Pulitzer Prize winners,
and pioneers in their fields.
– **Cutting-edge research**, with Harvard
leading initiatives in artificial intelligence, public
health, climate change, and more.
Harvard’s contribution to research is immense,
with billions of dollars allocated to scientific discoveries and technological advancements each year.
## Notable Alumni: The Leaders of Today and Tomorrow
Harvard has produced some of the **most influential figures** in history, spanning politics, business,
entertainment, and science. Among them are:
– **Barack Obama & John F. Kennedy** – Former U.S. Presidents
– **Mark Zuckerberg & Bill Gates** – Tech visionaries (though Gates did not graduate)
– **Natalie Portman & Matt Damon** – Hollywood icons
– **Malala Yousafzai** – Nobel Prize-winning activist
The university continues to cultivate future leaders who shape industries
and drive global progress.
## Harvard’s Stunning Campus and Iconic Library
Harvard’s campus is a blend of **historical charm and modern innovation**.
With over **200 buildings**, it features:
– The **Harvard Yard**, home to the iconic **John Harvard Statue** (and the famous “three lies” legend).
– The **Widener Library**, one of the largest university
libraries in the world, housing **over 20 million volumes**.
– State-of-the-art research centers, museums, and performing
arts venues.
## Harvard Traditions and Student Life
Harvard offers a **rich student experience**, blending academics with vibrant traditions, including:
– **Housing system:** Students live in one of 12 residential houses,
fostering a strong sense of community.
– **Annual Primal Scream:** A unique tradition where students de-stress
by running through Harvard Yard before finals!
– **The Harvard-Yale Game:** A historic football rivalry that unites alumni and students.
With over **450 student organizations**, Harvard
students engage in a diverse range of extracurricular activities,
from entrepreneurship to performing arts.
## Harvard’s Global Influence
Beyond academics, Harvard drives change in **global policy, economics, and technology**.
The university’s research impacts healthcare,
sustainability, and artificial intelligence, with partnerships across industries worldwide.
**Harvard’s endowment**, the largest of any university, allows it to fund scholarships, research, and public initiatives,
ensuring a legacy of impact for generations.
## Conclusion
Harvard University is more than just a school—it’s a **symbol of excellence,
innovation, and leadership**. Its **centuries-old traditions, groundbreaking discoveries, and transformative education** make
it one of the most influential institutions in the
world. Whether through its distinguished alumni, pioneering research, or vibrant student life, Harvard continues to shape the future in profound ways.
Would you like to join the ranks of Harvard’s legendary scholars?
The journey starts with a dream—and an application!
https://www.harvard.edu/
High ROI gold trading requires discipline, even with automation.
https://timeoftheworld.date/wiki/User:BNOGus6077887017
Automated trading systems for gold CFDs are smooth, but broker spreads matter.
https://eet3122salainf.sytes.net/mediawiki/index.php?title=Syndicate_Black_65E
Syndicate Black Trading Bot’s win rate sounds too good—real data anyone?
https://utahsyardsale.com/author/eloykline2/
Prop firm trading algorithms help me trade like a pro without stress.
https://techuswiki.xyz/index.php/Syndicate_Black_29K
AI automated trading in Hong Kong handles gold volatility like a
pro.
https://wiki.digitalcare.noho.st/index.php?title=Syndicate_Black_2F
The bbw sex chat
cam live sessions are amazing
My sexdoll BBW is so realistic, it’s almost surreal.
https://t.me/s/bbwcamsnet
Душевая кабина из стекла на заказ – всё по моим чертежам.
https://wikigranny.com/wiki/index.php/User:AngeloMelocco25
Душевые перегородки на заказ – отличное решение
для маленькой ванной.
https://trade-britanica.trade/wiki/User:MartyMaye0
Профессиональная чистка – это необходимость, а не роскошь!
https://randyrick.net/index.php/User:ScottHilliard3
Виниры сделали за 5 дней, теперь улыбка идеальная!
https://pattern-wiki.win/wiki/Albakaluga_37o
https://copicsketch.ru/
Aviator’s provably fair tech gives me peace of mind when betting. aviator game
Fortune Tiger e meu jogo de sorte, sempre ganho algo! fortune tiger
I’m terrible at timing in Aviator, but I’m getting better with practice. aviator
O recurso de multiplicador no Fortune Tiger e viciante! fortune tiger
I won big on Aviator last week! Cashed out at 20x, felt like a pro. aviator game
The red plane in Aviator is so iconic, love the vibe! app aviator
O design do Fortune Tiger e tao colorido, da vontade de jogar o dia todo! fortune tiger
Aviator’s simplicity makes it stand out from other crash games. aviator game
Anyone got tips for mastering Aviator? I want to improve! aviator bet login
Joguei Fortune Tiger com aposta baixa e ainda ganhei bem! fortune tiger aplicatio
Aviator’s moderate volatility means I get steady wins often! app aviator
fortune tigre
aviator game
The minimalist design of Aviator makes it so easy to focus on the game! aviator app
fortune tiger demo
tigrinho
aviator game
fortunetiger
fortune tiger 1win
aviator game
fortune tigre
tigrinho
aviator
fortune tiger 333bet
fortune tiger
fortune tiger 1win
fortune tiger 333bet
fortune tiger
aviator
fortune tiger
fortune tiger 333bet app
fortune tiger
aviator
fortune tiger
fortune tiger 333bet
fortune tiger
aviator
fortune tiger
fortune tiger
aviator
ремонт квартир москва
Os bônus do Fortune Tiger
Slot são raros, mas gigantes!
http://bn.tobase.ru/viewtopic.php?f=30&t=8129
https://www.dniproua.pp.ua/viewtopic.php?t=94
http://wmking.ru/t82423.html
Ganhei na primeira tentativa no Fortune Tiger, que sorte!
tigrinho
Ganhei na primeira tentativa no Fortune Tiger, que sorte!
tigrinho demo
Купил немного подписчиков ВК для теста — получил не только количество, но и новых подписчиков уже по-настоящему. https://dtf.ru/pro-smm/3808309-kupit-podpischikov-vk-luchshie-sayty-2025
Сценарий «последний герой» — это просто вау!
Азарт на максимум.
лазертаг анапа
Сценарий «последний герой» — это просто вау!
Азарт на максимум.
лазертаг анапа
Удивило разнообразие оружия, даже гранаты есть!
Погрузились в игру полностью.
лазертаг база
Покупка подписчиков в ВК — простой способ преодолеть «нулевую» аудиторию. https://dtf.ru/pro-smm/3808309-kupit-podpischikov-vk-luchshie-sayty-2025
Скептически относился к покупке подписчиков, но после теста на небольшой группе — увидел эффект. Главное — выбирать проверенных поставщиков. https://dtf.ru/pro-smm/3808309-kupit-podpischikov-vk-luchshie-sayty-2025
Выбирал между разными сервисами, но в итоге нашёл оптимальный по цене и качеству. Подписчики пришли быстро. https://dtf.ru/pro-smm/3808309-kupit-podpischikov-vk-luchshie-sayty-2025
Fortune Tiger é um jogo que nunca decepciona! Os prêmios
são sempre bons.
tigrinho
https://x-ray.contact/identities/keith-o'reilly-email-and-phone/63fb89cdc45ae4c13fcd597f/
The auto cash-out feature in Aviator is a
lifesaver when I’m feeling indecisive. It’s great for sticking to a strategy.
Jogo Fortune Tiger por causa da sua energia positiva.
Os ganhos frequentes são ótimos!
jogo do tigrinho
https://x-ray.contact/identities/mayra-magana-email-and-phone/63fce278c45ae4c13fa7bf75/
драгон мани официальный сайт
Fortune Tiger é meu jogo preferido no cassino online!
Os multiplicadores são incríveis.
https://wikigranny.com/wiki/index.php/User:MitchFolk557667
dragon money официальный сайт
драгон мани официальный сайт
dragon money официальный сайт