x86 boot uPy

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
CarlFK
Posts: 11
Joined: Sun Aug 16, 2020 6:18 am

x86 boot uPy

Post by CarlFK » Sun Sep 26, 2021 4:55 pm

Lilo, and grub are linux boot loaders, Windows installs something, and MemTest86 is something that can be booted from a floppy without an OS layer. These are all things the cpu can run without an OS.

how would I go about building uPy to be run "like that" on an x86

I am hoping someone has already figured this out, or has some pointers.

Otherwise I'm off to look at the source and build process for memtest and ipxe

Post Reply