Computer Old Farts Forum
 help / color / mirror / Atom feed
* [COFF] Running Scheme On Bare Metal (Experience Report)
@ 2020-12-18  7:47 bakul
  0 siblings, 0 replies; only message in thread
From: bakul @ 2020-12-18  7:47 UTC (permalink / raw)


https://www.youtube.com/watch?v=GWr4iQfc0uw

Abstract of the talk @ ICFP 2020
Programming language implementations have features such as threads, memory management, type safety, and REPLs that duplicate some of the work done by the underlying operating system. The objective of hosting a language on bare metal is to unify the language implementation and operating system to have a lean system with no redundancy for running applications.

This seems to be the OS:
https://github.com/udem-dlteam/mimosa

The Mimosa operating system consists of a minimal kernel built on C++ and Scheme. It contains a Scheme implementation of a hard drive (ATA) driver, keyboard (PS2), serial (8250 UART), FAT32 filesystem and a small real time clock manager. The project was built to experiment with developement of operating system using a high level functional language to study the developement process and the use of Scheme to build a fairly complex system.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/coff/attachments/20201217/d037f410/attachment.htm>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-18  7:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18  7:47 [COFF] Running Scheme On Bare Metal (Experience Report) bakul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).