tbs 1.0.0
tbs: ^1.0.0 copied to clipboard
Teretalia Boot Set — A Dart-to-16-bit bootloader compiler. TBS allows developers to write BIOS-level bootloaders directly in Dart using the TBS DSL, and compiles them into real bootable binaries via NASM.
1.0.0 #
- Initial release of Teretalia Boot Set (TBS)
- Added Dart DSL for 16-bit bootloader development
- Supports TBS.Ah, TBS.Al, TBS.Print, and TBS.Halt
- Generates NASM assembly and bootable .bin output