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
4ffc69a6e4
banan-os
/
.gitignore
8 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Buildsystem: Build disk image manually We don't use grub-mkrescue anymore. Instead we build the disk image manually. This allows us to have known disk layout for easier testing when I get to implementing disk reading. For now I made the root partition ext2 since I think that will be the first format that I'll implement.
2023-02-04 23:46:11 +02:00
*.img
Initial commit. We have a booting kernel
2022-11-12 21:04:47 +02:00
isodir
sysroot
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/
Kernel: Add script to run bochs debugger
2023-01-10 11:28:23 +02:00
bochsrc
Kernel: Fonts can now be parsed from the filesystem and set to terminal We currently dont have a fallback font if we cannot get to filesystem initialization, but that will come later. I can't test on real hardware for this reason.
2023-02-22 22:29:31 +02:00
bx_enh_dbg.ini