xinu-os / xinu

Repository for Xinu source code
http://xinu-os.org/
Other
430 stars 128 forks source link

Allow some constants to be overridden in xinu.conf for very small systems #10

Closed eblanton closed 6 years ago

eblanton commented 7 years ago

The default sizes for INITSTK, LOOP_BUFFER, UART_IBLEN, UART_OBLEN, and TTY_IBLEN are not appropriate for very small systems (RAM smaller than about 32 kB). This patch allows such systems to define smaller values in xinu.conf.