about summary refs log tree commit diff stats
path: root/baremetal/120allocate.subx
Commit message (Collapse)AuthorAgeFilesLines
* 7767 - baremetal/shell: skeleton replKartik K. Agaram2021-02-211-1/+1
| | | | Prints a fixed value for now, regardless of what is typed.
* 7693 - baremetal: pass background color everywhereKartik Agaram2021-02-071-3/+3
|
* 7543Kartik Agaram2021-01-221-11/+11
|
* 7528 - heap allocatorKartik Agaram2021-01-161-0/+831
|
* 7522 - bring back a few tests in .subx filesKartik Agaram2021-01-151-0/+30
| | | | | | | | Even though baremetal has tests in SubX, they can only run in Mu programs since the test harness is currently in a Mu layer. Baremetal isn't really intended for running SubX programs at the moment. Is this a step down the slippery slope towards C compilers that I complained about in http://akkartik.name/akkartik-convivial-20200607.pdf?
* 7518Kartik Agaram2021-01-131-0/+1
|
* 7492Kartik Agaram2021-01-091-0/+52
Port some support for unicode to baremetal.