Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171442729
D49858.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
449 B
Referenced Files
None
Subscribers
None
D49858.id.diff
View Options
diff --git a/stand/kboot/libkboot/crt1.c b/stand/kboot/libkboot/crt1.c
--- a/stand/kboot/libkboot/crt1.c
+++ b/stand/kboot/libkboot/crt1.c
@@ -57,6 +57,8 @@
#include "start_arch.h"
+void *stack_upper_limit;
+
void
_start_c(long *p)
{
@@ -64,6 +66,7 @@
const char **argv;
char **envp;
+ stack_upper_limit = p; /* Save the upper limit of call stack */
argc = p[0];
argv = (const char **)(p + 1);
envp = (char **)argv + argc + 1;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 12, 3:58 AM (15 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38761648
Default Alt Text
D49858.id.diff (449 B)
Attached To
Mode
D49858: kboot: Save the upper limit of the call stack.
Attached
Detach File
Event Timeline
Log In to Comment