BareMetal-OS
BareMetal-OS copied to clipboard
Application example on Bare Metal OS that uses parallelism.
Do we have here any example of application that uses parallelism on cores and how to make an bootable iso file of BareMetal OS. Thank you.
The build scripts generate a disk image that can be booted from. On a successful build, it should be located at output/baremetal-os.img
.
I agree with having an example that uses parallelism. Any ideas on what the app would do @IanSeyler? Perhaps an app that detects prime numbers in parallel?
I need to do some work in the kernel to make this a bit easier again now that I've removed the CPU work queue. Adding an issue for BareMetal-kernel. Once complete I'll add an updated PrimeSMP to Coreutils.