SkillAgentSearch skills...

Hellobootsector

Simple bootsector implementation

Install / Use

/learn @bx/Hellobootsector
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This is a simple boot sector implementation for systems with BIOS-style bootloaders. All it does is print 'Hello, boot sector!' and hang.

It should live in the first sector/MBR of a bootable disk. The build tools will take care of this for you and run it via qemu.

SYSTEM REQUIREMENTS

  • qemu-system-i386
  • nasm
  • make

TO BUILD Run 'make'

TO RUN Run 'make run'

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated8mo ago
Forks0

Languages

Assembly

Security Score

77/100

Audited on Jul 6, 2025

No findings