Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Kernel code in Lisp

Name: Anonymous 2013-04-09 9:08

Does anyone know of a Lisp compiler that can output kernel level code, like gcc -ffreestanding ?

Name: Anonymous 2013-04-09 9:14

>>1
1. reuse GCC codegenerator
2. write your own DSL
3. movitz

basically, to do Lisp OS you have to bootstrap runtime, which carries garbage collector and compiler. Then you just run it in unprotected mode, because compiler requires ROOT password for driver code requiring direct-memory access.

for micro-controller you just write everything in C/C++ like DSL.

Name: Anonymous 2013-04-09 9:16

>>2
Also, in most cases kernel code would have to avoid CONS-ing or limit GC to very small generations.

Name: Anonymous 2013-04-09 13:27

>>1
this looks suspiciously similar to a previous thread which asked the same thing about dead dog

Name: Anonymous 2013-04-09 15:20

>>4
U MENA HASKAL

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List