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
3750d29b2b
banan-os
/
.gitignore
9 lines
72 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/
Update .gitignore
2023-04-06 00:02:47 +03:00
*.tar.*
toolchain/*/
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-sysroot.tar.gz