mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
feature: Add ELF metadata support
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// Copyright (c) 2023-2026 Chris (boreddevnl)
|
||||
// This software is released under the GNU General Public License v3.0. See LICENSE file for details.
|
||||
// This header needs to maintain in any file it is present in, as per the GPL license terms.
|
||||
// BOREDOS_APP_DESC: Show command and system help.
|
||||
#include <stdlib.h>
|
||||
#include <syscall.h>
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// Copyright (c) 2023-2026 Chris (boreddevnl)
|
||||
// This software is released under the GNU General Public License v3.0. See LICENSE file for details.
|
||||
// This header needs to maintain in any file it is present in, as per the GPL license terms.
|
||||
// BOREDOS_APP_DESC: Manual pages CLI utility
|
||||
#include <stdlib.h>
|
||||
#include <syscall.h>
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
** Based on the official onelua.c, adapted for BoredOS freestanding environment.
|
||||
*/
|
||||
|
||||
// BOREDOS_APP_DESC: Lua REPL and scripting runtime.
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
Reference in New Issue
Block a user