├── LICENSE ├── README.md ├── bin └── boot.o └── minimalboot.asm /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebigcicca/MinimalBoot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebigcicca/MinimalBoot/HEAD/README.md -------------------------------------------------------------------------------- /bin/boot.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebigcicca/MinimalBoot/HEAD/bin/boot.o -------------------------------------------------------------------------------- /minimalboot.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebigcicca/MinimalBoot/HEAD/minimalboot.asm --------------------------------------------------------------------------------