Slide 9
Slide 9 text
mit-pdos/biscuit
❖ POSIX compatible kernel written in Golang
❖ Secure, fast, USEFUL FEATURES(channels, interface, goroutine, etc…)
❖ 4-Components
❖ Bootloader(C, asm) + Kernel(Golang) + Go runtime(Golang, C, asm) +
UserProgram(C)
❖ You can utilize goroutine, memory safety, etc … IN KERNEL LAND!