Is there a way to compile without OS support (not via zephyr)
o
olonho
08/24/2018, 7:17 AM
Not out of the box, but generally Zephyr port is a good start for such activity
j
jkbbwr
08/24/2018, 3:10 PM
Let me give some background, basically I want to write an operating system for say the RPiv3, so with some assembly and then a small chunk of C I should be able to climb into kotlin/native
jkbbwr
08/24/2018, 3:10 PM
So are you suggesting I look at how the zephyr port is implemented and then write my own?
o
olonho
08/24/2018, 3:42 PM
yes, pretty much, also Kotlin/Native can compile to the static library, so this mode may be helpful for you
j
jkbbwr
08/24/2018, 4:55 PM
Native seems pretty reliant on a runtime. Im assuming there is a "simple" interface to implement to provide the runtime calls that native needs