about summary refs log tree commit diff stats
path: root/Readme.md
Commit message (Collapse)AuthorAgeFilesLines
* 5508Kartik Agaram2019-08-111-1/+1
|
* 5506Kartik Agaram2019-08-101-3/+2
|
* 5505Kartik Agaram2019-08-101-5/+6
|
* 5503 - support latest UbuntuKartik Agaram2019-08-101-10/+5
| | | | | I'm now loading my own fork of the Linux kernel. That way I can control incoming patches and also streamline the codebase over time.
* 5502 - package up into a bootable disk imageKartik Agaram2019-08-091-29/+54
| | | | | Many thanks to John Davidson for Minimal Linux Live (GPLv3), from which I cribbed gen_iso.
* 5501Kartik Agaram2019-08-011-2/+2
|
* 5500Kartik Agaram2019-07-311-3/+3
|
* 5498Kartik Agaram2019-07-291-3/+4
|
* 5497Kartik Agaram2019-07-281-1/+1
|
* 5496Kartik Agaram2019-07-271-1/+1
|
* 5495Kartik Agaram2019-07-271-7/+0
|
* 5493Kartik Agaram2019-07-271-1/+1
|
* 5492Kartik Agaram2019-07-271-1/+1
|
* 5491Kartik Agaram2019-07-271-1/+1
|
* 5489 - fix a few broken linksKartik Agaram2019-07-271-3/+3
|
* 5488Kartik Agaram2019-07-271-26/+22
|
* 5487Kartik Agaram2019-07-271-4/+3
|
* 5486 - draft synthesis of Mu and SubX descriptionsKartik Agaram2019-07-271-29/+94
|
* 5485 - promote SubX to top-levelKartik Agaram2019-07-271-372/+690
|
* 5006Kartik Agaram2019-03-161-9/+10
|
* 4987 - support `browse_trace` tool in SubXKartik Agaram2019-02-251-1/+13
| | | | | | | | | | | | | | | | | | I've extracted it into a separate binary, independent of my Mu prototype. I also cleaned up my tracing layer to be a little nicer. Major improvements: - Realized that incremental tracing really ought to be the default. And to minimize printing traces to screen. - Finally figured out how to combine layers and call stack frames in a single dimension of depth. The answer: optimize for the experience of `browse_trace`. Instructions occupy a range of depths based on their call stack frame, and minor details of an instruction lie one level deeper in each case. Other than that, I spent some time adjusting levels everywhere to make `browse_trace` useful.
* 4873Kartik Agaram2018-12-201-1/+2
|
* 4790Kartik Agaram2018-11-271-3/+3
|
* 4778 - entirely rewritten ReadmeKartik Agaram2018-11-251-2/+2
|
* 4266 - space for alloc-id in heap allocationsKartik Agaram2018-06-241-3/+3
| | | | This has taken me almost 6 weeks :(
* 4234Kartik K. Agaram2018-04-191-4/+4
|
* 4221 - more docs about build processKartik K. Agaram2018-03-131-0/+6
|
* 4215Kartik K. Agaram2018-03-081-3/+3
|
* 4173Kartik K. Agaram2017-12-301-2/+2
|
* 4172Kartik K. Agaram2017-12-301-2/+2
|
* 4171Kartik K. Agaram2017-12-301-7/+7
|
* 4170Kartik K. Agaram2017-12-301-2/+2
|
* 4169Kartik K. Agaram2017-12-301-33/+17
|
* 4110 - add continuations to docsKartik K. Agaram2017-11-051-5/+5
|
* 3620Kartik K. Agaram2016-11-041-2/+2
|
* 3607Kartik K. Agaram2016-10-281-1/+1
|
* 3606Kartik K. Agaram2016-10-281-1/+1
|
* 3605Kartik K. Agaram2016-10-281-25/+32
|
* 3591Kartik K. Agaram2016-10-241-4/+4
|
* 3590Kartik K. Agaram2016-10-241-0/+17
| | | | | Patch in a new darling from my recent comment at https://lobste.rs/s/n0d3qo/what_are_you_working_on_this_week/comments/rue8pf#c_rue8pf
* 3589 - update authorship in the ReadmeKartik K. Agaram2016-10-241-25/+26
|
* 3588 - documentation for filesystem and networkKartik K. Agaram2016-10-241-4/+4
|
* 3492Kartik K. Agaram2016-10-101-2/+2
|
* 3462Kartik K. Agaram2016-10-071-5/+11
| | | | Better examples in the Readme: keyboard, mouse and filesystem tests.
* 3447 - drop dependence on GNU makeKartik K. Agaram2016-10-061-4/+4
| | | | | | | | | A generic build system is overkill for such a small project, and it was adding complexity on OpenBSD which doesn't come with GNU make by default. In the process we also eliminate our reliance on bash and perl, at least for the core build script.
* 3442Kartik K. Agaram2016-10-051-1/+1
| | | | | | | | Support for a minimal OpenBSD without bash. Many of the scripts in the repo won't work in that situation, but let's at least make the `mu` script work. I'd like to come up with a clean makefile that doesn't require GNU make.
* 3414Kartik K. Agaram2016-09-241-2/+2
|
* 3398Kartik K. Agaram2016-09-181-6/+11
|
* 3322Kartik K. Agaram2016-09-111-2/+2
|
* 3318Kartik K. Agaram2016-09-101-0/+24
| | | | Describe immutability checks in the Readme.