This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2025-01-23 17:52:26 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d07be1087a
ladybird
/
LibC
/
.gitignore
6 lines
25 B
Text
Raw
Normal View
History
Unescape
Escape
Import very modest Userland.
2018-10-22 14:06:22 +02:00
*.o
Don't use -mregparm=3 in userspace. It's pretty comfy having arguments in registers in the kernel for now though.
2019-02-08 01:24:52 +01:00
*.no
LibC: Run constructors on process startup. Cooperate with the compiler to generate and execute the _init_array list of constructor functions on userspace program statup. This took two days to get working, my goodness. :^)
2019-03-27 12:48:21 +01:00
*.ao
Add basic automatic dependency management to Makefiles.
2019-02-02 04:41:59 +01:00
*.d
More compat work. Rename libraries from LibFoo.a => libfoo.a This makes it more straightforward to build a cross-compiler toolchain. Also move math stuff from LibC to LibM.
2019-02-26 13:30:57 +01:00
libc.a
Reference in a new issue
Copy permalink