This website requires JavaScript.
Explore
Help
Sign In
Bananymous
/
banan-os
Watch
1
Star
1
Fork
You've already forked banan-os
1
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
e544e6a62d
banan-os
/
.gitignore
6 lines
53 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update gitignore
2022-11-13 00:34:27 +02:00
.vscode/
Kernel: Implement basic VESA Graphics mode driver We now support VESA Graphics mode with some bitmap fonts
2022-12-16 00:46:10 +02:00
.idea/
BuildSystem: We are now using cmake instead of plain make I have been annoyed for a while since I had to build everything when running the os since the buildsystem was really bad. I wanted to rewrite the whole build system and changed to using cmake :)
2023-04-02 04:07:27 +03:00
build/
BuildSystem: Base sysroot is now distributed as a tar ball This allows file and directory permissions work as intended. cmake is now filled with 'sudo' but with sudo timeout this should be fine.
2023-08-23 10:35:16 +03:00
base/
BuildSystem: using sysroot doesn't need root privileges anymore! Sysroot is now created with fakeroot. This allows root access to be only needed for disk image creation, since it uses loopback devices.
2023-11-04 17:50:43 +02:00
script/fakeroot-context