mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
Link "id" against the LibC.
We can now produce what should essentially be a runnable Serenity executable.
This commit is contained in:
parent
63764b3a65
commit
38a621c721
3 changed files with 11 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
extern "C" int main(int, char**);
|
||||
|
||||
extern "C" int elf_entry()
|
||||
extern "C" int _start()
|
||||
{
|
||||
// FIXME: Pass appropriate argc/argv.
|
||||
main(0, nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue