HP X2 210 tablet (UEFI) hang
|
2016-02-04, 16:02
Post: #10
|
|||
|
|||
RE: HP X2 210 tablet (UEFI) hang
(2016-02-04 15:47)SebastianRoth Wrote: I tried to print things like addresses but failed because efi_printk can only print strings and I was unable to format integers to print with efi_char16_printk. snprintf does not seam to be usable within that early kernel code ("undefined reference to `sprintf'"). I am still quite new to the world of kernel debugging. How would I do this? In the worst case, you can always brute-force it. Create a hideous hack of a function doing something like: Code: hideous_hack ( uint64_t value ) { This untested code almost certainly has bugs, but it should give you the general idea. Michael |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)