We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dump <STRUCTURE>
fmt::Debug
dump idt
dump gdt
dump topo
dump topology
dump heap
dump memmap
sleep <TIME>
The text was updated successfully, but these errors were encountered:
bd2f195 and #375 added some simple dump commands, as well as a framework for defining shell commands.
dump
Sorry, something went wrong.
sleep <SECONDS> command added in #377
sleep <SECONDS>
I've implemented a bunch of these, so I'm gonna call this one done. We can open separate issues for the other ones.
No branches or pull requests
dump <STRUCTURE>
--- printsfmt::Debug
representations of kernel data structuresdump idt
to dump the interrupt descriptor table (arch-specific on x86)dump gdt
to dump the GDT (similarly, x86-specific)dump topo
ordump topology
to print CPU topologydump heap
to print heap metrics (and/or heap maps?)dump memmap
or something?sleep <TIME>
(or something) --- spawn a sleep task for that demo (so we can stop spawning demo sleep tasks by default)The text was updated successfully, but these errors were encountered: