- f615d73 Use Once<SpinMutex<Uart>> rather than SpinMutex<Option<Uart>> for consoles. by Andrew Walbran · 1 year, 1 month ago
- 1a089a0 Move vmbase to libs/libvmbase by Jiyong Park · 1 year, 1 month ago[Renamed from vmbase/src/console.rs]
- f86d4b0 Use spin::Once rather than wrapping a OnceCell in a SpinMutex. by Andrew Walbran · 1 year, 1 month ago
- b5a3ab1 pvmfw: Print RebootReason on secondary UART by Pierre-Clément Tosi · 1 year, 11 months ago
- 075aade vmbase: Support secondary UARTs 0x2f8,0x3e8,0x2e8 by Pierre-Clément Tosi · 1 year, 2 months ago
- 8e92d1a vmbase: Improve safety of console::init() by Pierre-Clément Tosi · 1 year, 2 months ago
- bc9fb7e vmbase: Simplify println! and eprintln! impl by Pierre-Clément Tosi · 1 year, 2 months ago
- 5669f3a Merge changes Iefc62b9a,Ic5704d6c by Treehugger Robot · 2 years, 1 month ago
- c06e734 Standardise and require safety comments in vmbase. by Andrew Walbran · 2 years, 1 month ago
- eff5839 [virt] Adjust spelling of initialise in code and comments by Alice Wang · 2 years, 1 month ago
- ef99629 vmbase: Temporarily disable logging in exception handlers by Jakob Vukalovic · 2 years, 4 months ago
- a38bc78 vmbase: Make BASE_ADDRESS public by Pierre-Clément Tosi · 2 years, 10 months ago
- dd74b90 Move common VM functionality into a library. by Andrew Walbran · 3 years, 4 months ago[Renamed from pvmfw/src/console.rs]
- c1bcb3c Add print macros, and use them for panic handling. by Andrew Walbran · 3 years, 4 months ago
- f259488 Add minimal UART driver for console. by Andrew Walbran · 3 years, 5 months ago