x86 Bare Metal Examples
github.com
x86 Bare Metal Examples
1–10 of 59 posts
Re: x86 Bare Metal Examples
#2Is it to run special lab/factory equipment ? Anyone here who develops for bare metal - can you share any details?
Re: x86 Bare Metal Examples
#3What is the use-case in real life ? Is it to run special lab/factory equipment ? Anyone here who develops for bare metal - can you share any details?
I applaude the author for the effort, in particular using images that can be booted should make it feasible to use these techniques for teaching!!
Re: x86 Bare Metal Examples
#4He(?) seems to be doing a ton of interesting github repos, a great deal of informative stackoverflow answers and who knows what else.
Also, some anti-CCP stuff in the profile?
Re: x86 Bare Metal Examples
#5Re: x86 Bare Metal Examples
#6What is the use-case in real life ? Is it to run special lab/factory equipment ? Anyone here who develops for bare metal - can you share any details?
Re: x86 Bare Metal Examples
#7I'm kind of curious who's behind this Ciro Santili guy. He(?) seems to be doing a ton of interesting github repos, a great deal of informative stackoverflow answers and who knows what else. Also, some anti-CCP stuff in the profile?
Homepage + social media links from there should give a good idea of who I am: http://www.cirosantilli.com
Re: x86 Bare Metal Examples
#8What is the use-case in real life ? Is it to run special lab/factory equipment ? Anyone here who develops for bare metal - can you share any details?
In e.g. ARM, baremetal is potentially more useful due to embedded. But even in ARM you should just use Linux kernel / some RTOS if you can get away with it :-)
Re: x86 Bare Metal Examples
#9What is the use-case in real life ? Is it to run special lab/factory equipment ? Anyone here who develops for bare metal - can you share any details?
A dream I've had for a long time is to make an application that you boot into, which is the only application on the computer, for maximum optimization. Upgrades would be easy, just reboot the computer and load the new software. Wouln't write everything in assembly though.
Re: x86 Bare Metal Examples
#10What is the use-case in real life ? Is it to run special lab/factory equipment ? Anyone here who develops for bare metal - can you share any details?
A dream I've had for a long time is to make an application that you boot into, which is the only application on the computer, for maximum optimization. Upgrades would be easy, just reboot the computer and load the new software. Wouln't write everything in assembly though.