This website requires JavaScript.
Explore
Help
Sign In
LadybirdBrowser
/
ladybird
Watch
1
Star
1
Fork
0
You've already forked ladybird
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2024-11-11 01:06:01 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aa03a07e61
ladybird
/
Kernel
/
system.h
11 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
Import the "gerbert" kernel I worked on earlier this year. It's a lot crappier than I remembered it. It's gonna need a lot of work.
2018-10-16 12:01:38 +03:00
#
pragma once
#
include
"types.h"
Add a very hackish /proc/PID/stack. It walks the stack and identifies anything that looks like a kernel symbol. This could be a lot more sophisticated.
2018-10-26 23:32:35 +03:00
Import the "gerbert" kernel I worked on earlier this year. It's a lot crappier than I remembered it. It's gonna need a lot of work.
2018-10-16 12:01:38 +03:00
struct
system_t
{
time_t
uptime
;
}
;
extern
system_t
system
;
Reference in New Issue
Copy Permalink