Update README.md

pull/165/head
Andre Richter 2 years ago committed by GitHub
parent b0452e3a1f
commit 96ba61ace9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,13 +17,12 @@ Backtrace:
---------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------
Address Function containing address Address Function containing address
---------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------
1. ffffffffc0001294 | core::fmt::write 1. ffffffffc0005560 | libkernel::panic_wait::_panic_print
2. ffffffffc0005560 | libkernel::panic_wait::_panic_print 2. ffffffffc00054a0 | rust_begin_unwind
3. ffffffffc00054a0 | rust_begin_unwind 3. ffffffffc0002950 | core::panicking::panic_fmt
4. ffffffffc0002950 | core::panicking::panic_fmt 4. ffffffffc0004898 | current_elx_synchronous
5. ffffffffc0004898 | current_elx_synchronous 5. ffffffffc0000a74 | __vector_current_elx_synchronous
6. ffffffffc0000a74 | __vector_current_elx_synchronous 6. ffffffffc000111c | kernel_init
7. ffffffffc000111c | kernel_init
---------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------
``` ```
@ -342,13 +341,12 @@ $ TEST=02_exception_sync_page_fault make test_integration
---------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------
Address Function containing address Address Function containing address
---------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------
1. ffffffffc0001294 | core::fmt::write 1. ffffffffc0005560 | libkernel::panic_wait::_panic_print
2. ffffffffc0005560 | libkernel::panic_wait::_panic_print 2. ffffffffc00054a0 | rust_begin_unwind
3. ffffffffc00054a0 | rust_begin_unwind 3. ffffffffc0002950 | core::panicking::panic_fmt
4. ffffffffc0002950 | core::panicking::panic_fmt 4. ffffffffc0004898 | current_elx_synchronous
5. ffffffffc0004898 | current_elx_synchronous 5. ffffffffc0000a74 | __vector_current_elx_synchronous
6. ffffffffc0000a74 | __vector_current_elx_synchronous 6. ffffffffc000111c | kernel_init
7. ffffffffc000111c | kernel_init
---------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------
------------------------------------------------------------------- -------------------------------------------------------------------

Loading…
Cancel
Save