lekernel changed the topic of #milkymist to: Milkymist One, Migen, Milkymist SoC & Flickernoise :: Logs: http://en.qi-hardware.com/mmlogs :: Something to do? Port NuttX to Milkymist SoC
rejon_ has quit [Ping timeout: 252 seconds]
cladamw has joined #milkymist
<wpwrak>
roh: hmm, i didn't pay that much attention. could be.
cladamw has quit [Quit: Ex-Chat]
cladamw has joined #milkymist
xiangfu has joined #milkymist
Jia has joined #milkymist
jimmythehorn has quit [Quit: jimmythehorn]
Gurty` has joined #milkymist
Guest57495 has quit [Ping timeout: 265 seconds]
hypermodern has quit [Remote host closed the connection]
rejon_ has joined #milkymist
sh[4]rm4 has quit [Remote host closed the connection]
sh[4]rm4 has joined #milkymist
wolfspraul has quit [Quit: leaving]
pablojavier has joined #milkymist
rejon_ has quit [Ping timeout: 256 seconds]
rejon_ has joined #milkymist
pablojavier has quit [Quit: Leaving.]
rejon_ has quit [Ping timeout: 276 seconds]
rejon_ has joined #milkymist
voidcoder has quit [Read error: Connection reset by peer]
cladamw has quit [Quit: Ex-Chat]
cladamw has joined #milkymist
Jia has quit [Ping timeout: 276 seconds]
aeris has joined #milkymist
Jia has joined #milkymist
hypermodern has joined #milkymist
Jia has quit [Quit: Konversation terminated!]
rejon_ has quit [Ping timeout: 244 seconds]
Martoni has joined #milkymist
elldekaa has joined #milkymist
wolfspraul has joined #milkymist
elldekaa has quit [Remote host closed the connection]
xiangfu has quit [Ping timeout: 240 seconds]
xiangfu has joined #milkymist
elldekaa has joined #milkymist
voidcoder has joined #milkymist
xiangfu has quit [Ping timeout: 276 seconds]
Martoni has quit [Read error: Connection reset by peer]
sh[4]rm4 has quit [Remote host closed the connection]
sh[4]rm4 has joined #milkymist
xiangfu has joined #milkymist
Martoni has joined #milkymist
cladamw has quit [Quit: Ex-Chat]
cladamw has joined #milkymist
xiangfu has quit [Ping timeout: 240 seconds]
xiangfu has joined #milkymist
voidcoder has quit [Remote host closed the connection]
voidcoder has joined #milkymist
cladamw has quit [Quit: Ex-Chat]
methril has quit [Ping timeout: 244 seconds]
TachyonDev has joined #milkymist
methril has joined #milkymist
rejon has joined #milkymist
xiangfu has quit [Ping timeout: 276 seconds]
methril has quit [Ping timeout: 265 seconds]
methril has joined #milkymist
voidcoder has quit [Read error: No route to host]
voidcoder has joined #milkymist
Martoni has quit [Quit: ChatZilla 0.9.88.2 [Firefox 12.0/20120423130206]]
aeris has quit [Quit: en a pas]
aeris has joined #milkymist
TachyonDev has quit [Read error: Connection reset by peer]
TachyonDev has joined #milkymist
jimmythehorn has joined #milkymist
elldekaa has quit [Remote host closed the connection]
elldekaa has joined #milkymist
elldekaa has quit [Ping timeout: 248 seconds]
elldekaa has joined #milkymist
lekernel_ has joined #milkymist
lekernel has quit [Ping timeout: 276 seconds]
<mwalle>
screw fdpic..
<mwalle>
just use flat binaries, even linked statically..
<mwalle>
screw the rootfs, just use the flickernoise bianry, brings you the benefits of linux (the kernel).. of course there might be some 'helper' files like /dev ;)
<mwalle>
without any need of an mmu
<mwalle>
of course you still have to fix the scheduler bug ;)
<mwalle>
and replace theobromas signalling code ;)
elldekaa has quit [Remote host closed the connection]
elldekaa has joined #milkymist
<kristianpaul>
flat binary :)
voidcoder has quit [Remote host closed the connection]
<wpwrak>
naw, multiple executables are useful. they allows you to break down the monolithic FN into more manageable parts. e.g., you could move the compiler into its own executable.
<mwalle>
wpwrak: yeah, but for a start you could squash everything into one binary, just like were doing now, except that the os is also linked to this lib ;)
<mwalle>
wpwrak: that way you can ignore the shared libs with flt binaries for now
<mwalle>
and at that point there may be an mmu ready to use with elf binaries
<lekernel_>
maybe the next mm will use no OS at all ;)
lekernel_ is now known as lekernel
voidcoder has joined #milkymist
<lekernel>
mwalle: still want the interrupts in navre by the way?