Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mosmeh committed Jul 5, 2024
1 parent fcf1d00 commit a963da8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/fs/procfs/root.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include <kernel/time.h>
#include <kernel/vec.h>

int buf[300000];

static int populate_cmdline(file_description* desc, struct vec* vec) {
(void)desc;
return vec_printf(vec, "%s\n", cmdline_get_raw());
Expand Down

0 comments on commit a963da8

Please sign in to comment.