Bananymous
  • Joined on 2023-09-10
Bananymous pushed to main at Bananymous/banan-os 2024-05-25 20:51:39 +03:00
2a4d986da5 Kernel: Add preliminary support for PCIe
3b18730af6 BuildSystem: Don't build libstdc++ as libc is not complete enough
Compare 2 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-05-24 14:17:31 +03:00
df260fe0e8 Kernel: Process::validate_pointer_access now maps the whole range
2be4fe8404 Kernel: Make PageTable::s_fast_page_lock non-recursive
7db7cfe20f BuildSystem: Only use kvm if user has rw access
Compare 3 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-05-23 15:45:32 +03:00
cc2cc2849e Whoami: Rewrite whoami using getlogin
06f4b0b29a BAN: Make String and StringView header only
e22821799b LibC: Implement getlogin()
14dd9294aa LibC: Add _POSIX constants to limits.h
83e3409bd8 Kernel/LibC: Update SYS_SEEK to return new offset and implement lseek
Compare 7 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-05-21 01:56:49 +03:00
e77de1804f Kernel: Fix some race conditions in TCP stack
e00b92225d Kernel: Fix E1000 interrupt handling condition
Compare 2 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-05-20 21:07:21 +03:00
ee8fca9439 General: Update discord badge
Bananymous pushed to main at Bananymous/banan-os 2024-05-20 20:53:52 +03:00
850e722281 General: Update discord badge
Bananymous pushed to main at Bananymous/banan-os 2024-05-20 20:50:56 +03:00
adc562feb8 General: Add simple contribution guide lines
Bananymous pushed to main at Bananymous/banan-os 2024-05-20 20:11:16 +03:00
af8fa4014f BuildSystem: Always download cmake instead of using host's
Bananymous pushed to main at Bananymous/banan-os 2024-05-12 02:14:48 +03:00
08415b0e8f General: Remove submodule info from README
Bananymous pushed to main at Bananymous/banan-os 2024-05-07 14:16:39 +03:00
967f9a9174 Shell: Ignore tab as that just fucks up formatting
Bananymous pushed to main at Bananymous/PoPL 2024-04-30 01:34:19 +03:00
882607b13d Add LICENSE
Bananymous created branch main in Bananymous/PoPL 2024-04-30 01:33:24 +03:00
Bananymous pushed to main at Bananymous/PoPL 2024-04-30 01:33:24 +03:00
0508bde07c Add some code examples that I used as test cases during implementation
83c560b2a9 Add a text document descibing my implementation of Phase 4
3fa0e5f655 Fix check for when stack frame is needed
c37e48e8b2 Make boolean variables be only bottom byte of %rax (%al)
8bd65f4c05 Don't save stack frame if function does no calls
Compare 10 commits »
Bananymous created repository Bananymous/PoPL 2024-04-30 01:33:03 +03:00
Bananymous pushed to main at Bananymous/banan-os 2024-04-24 13:25:00 +03:00
d255141bd4 BuildSystem: Cleanup image creation
Bananymous pushed to main at Bananymous/banan-os 2024-04-23 02:10:09 +03:00
e7e1dd91c7 Kernel: Implement ACPI reset
195c5e92a4 Kernel: Add floating bus detection for ATA Bus
Compare 2 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-04-22 21:12:31 +03:00
47dafe62b8 BuildSystem: Make port build script use bash as shell
Bananymous pushed to main at Bananymous/banan-os 2024-04-22 21:11:18 +03:00
26922ebb51 Kernel: Remove stack size check for keyboard layout initialization
Bananymous pushed to main at Bananymous/banan-os 2024-04-22 20:00:27 +03:00
7480e71801 BuildSystem: Download binutils and gcc as tar balls
Bananymous pushed to main at Bananymous/banan-os 2024-04-20 18:14:10 +03:00
9ac3f48fcb Bootloader: Implement better memset and memcpy for 32 bit addresses