mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
616fc6a4120f585946b13fe35089ebc958cc70e2
The terminal uses console.Vga as its output device. A proper terminal implementation would be using a console.Console interface as its output. However, at this point we cannot use Go interfaces as the fn pointers in the itables have not been yet initialized. The Go runtime bits that set up the itables need access to a memory allocator, a facility which is not yet provided by the kernel.
Description
Languages
Go
84.9%
ASL
10.2%
Assembly
4%
Makefile
0.9%