Bananymous
  • Joined on 2023-09-10
Bananymous pushed to main at Bananymous/banan-os 2023-11-29 18:56:44 +00:00
547aeb0170 image: Remove inheritance from Netbpm
ebe465e81e Kernel: cast between inheritance with static_cast
c10dffd719 Kernel: Make internal framebuffer bpp constexpr defined in libc
Compare 3 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-11-29 14:14:07 +00:00
21392e34cb cp: allow copying all files except directories
Bananymous pushed to main at Bananymous/banan-os 2023-11-29 14:13:16 +00:00
ea4a45aef2 Userspace: Implement basic image rendering for Netbpm
Bananymous pushed to main at Bananymous/banan-os 2023-11-28 22:31:44 +00:00
45d8d76e87 Kernel: Use the correct bpp when writing to framebuffer
e3890fa7c4 Shell: make clear use \e[2J instead of \e[J
Compare 2 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-11-28 21:52:44 +00:00
eeadf5fff1 Userspace: Implement basic test for framebuffer mmap
58be87ba3c Kernel: Implement mmaping for framebuffer device
6d7e61225b Kernel: Add framebuffer device to devfs
eb69fc477b Kernel: Add API for implementing mmappable devices
74b3fc2e7c Kernel: Reading from negative offset in fb dev gives out info
Compare 8 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-11-22 19:59:26 +00:00
0adb28e23f Kernel: Delete the now obsolete VesaTerminalDriver
d4aa33b18b Kernel: Implement TerminalDriver for Framebuffer device
4ba3a17af3 Kernel: Add more APIs to FramebufferDevice
e9d762892c Kernel: Implement basic framebuffer device
Compare 4 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-11-22 11:57:04 +00:00
d98782a10c Bootloader: Add cache to ext2 inode data block indices
f86c9584f9 Bootloader: add missing size directive
52807366bf Kernel: Make Ext2 filesystem use BlockDevice instead of Partition
b437d4eb41 Kernel: TmpFS doesn't mark any functions as final
8b7f3f1fb2 Kernel: Add common {read,write}_blocks() api to BlockDevice
Compare 7 commits »
Bananymous closed issue Bananymous/banan-os#3 2023-11-21 10:33:10 +00:00
Check env var is set explicitly in the beginning?
Bananymous commented on issue Bananymous/banan-os#3 2023-11-21 10:33:10 +00:00
Check env var is set explicitly in the beginning?

Resolved in #4 and 5e9b21bdce3a96efc797f698757d94830c0f03e7

Bananymous pushed to main at Bananymous/banan-os 2023-11-21 10:31:49 +00:00
5e9b21bdce BuildSystem: Check value of BANAN_UEFI_BOOT with if ((...)); then
Bananymous pushed to main at Bananymous/banan-os 2023-11-20 12:19:22 +00:00
07b70ea7b4 BuildSystem: Add missing bootloader install script
Bananymous closed issue Bananymous/banan-os#2 2023-11-20 12:18:31 +00:00
BuildSystem: prefer unambiguous mount point to avoid conflicts
Bananymous commented on issue Bananymous/banan-os#2 2023-11-20 12:18:31 +00:00
BuildSystem: prefer unambiguous mount point to avoid conflicts

Resolved in #4

Bananymous pushed to main at Bananymous/banan-os 2023-11-20 12:16:59 +00:00
0563643e1c Merge pull request 'BuildSystem: custom mount directory for bananos image to avoid conflicts' (#4) from Sinipelto/banan-os:main into main
d72db1f81c BuildSystem: image sh
6cfa56dcec BuildSystem: image create sh
f97922a2b5 Update script/image.sh
566724d986 Update script/image-create.sh
Compare 7 commits »
Bananymous merged pull request Bananymous/banan-os#4 2023-11-20 12:16:58 +00:00
BuildSystem: custom mount directory for bananos image to avoid conflicts
Bananymous commented on pull request Bananymous/banan-os#4 2023-11-20 11:58:54 +00:00
BuildSystem: custom mount directory for bananos image to avoid conflicts

Also for future reference the commit messages should be in the form <target>: <brief description>. Where <target> is BuildSystem in this case.

Bananymous commented on issue Bananymous/banan-os#3 2023-11-20 11:50:23 +00:00
Check env var is set explicitly in the beginning?

Yeah that can be checked. Also the check could probably just be (($BANAN_UEFI_BOOT)) and let the shell check if it is zero or non-zero.

Bananymous commented on pull request Bananymous/banan-os#4 2023-11-20 11:43:21 +00:00
BuildSystem: custom mount directory for bananos image to avoid conflicts

If we change to custom mount point I think it should be within this repo. Maybe $BANAN_BUILD_DIR/mnt? That way there is no way to leave random directory in root.

Bananymous commented on issue Bananymous/banan-os#1 2023-11-19 22:59:36 +00:00
Toolchain build script is not working

Fixed in commit 8b81406b81efc482996f7b0c57f3207aa0b49a0e

I moved full toolchain compilation to single pass of toolchain/build.sh which seemed to fix the issue. No idea what the problem actually…

Bananymous closed issue Bananymous/banan-os#1 2023-11-19 22:59:36 +00:00
Toolchain build script is not working