Bananymous
  • Joined on 2023-09-10
Bananymous pushed to main at Bananymous/banan-os 2024-05-23 12:45:32 +00: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-20 22:56:49 +00: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 18:07:21 +00:00
ee8fca9439 General: Update discord badge
Bananymous pushed to main at Bananymous/banan-os 2024-05-20 17:53:52 +00:00
850e722281 General: Update discord badge
Bananymous pushed to main at Bananymous/banan-os 2024-05-20 17:50:56 +00:00
adc562feb8 General: Add simple contribution guide lines
Bananymous pushed to main at Bananymous/banan-os 2024-05-20 17:11:16 +00:00
af8fa4014f BuildSystem: Always download cmake instead of using host's
Bananymous pushed to main at Bananymous/banan-os 2024-05-11 23:14:48 +00:00
08415b0e8f General: Remove submodule info from README
Bananymous pushed to main at Bananymous/banan-os 2024-05-07 11:16:39 +00:00
967f9a9174 Shell: Ignore tab as that just fucks up formatting
Bananymous pushed to main at Bananymous/PoPL 2024-04-29 22:34:19 +00:00
882607b13d Add LICENSE
Bananymous pushed to main at Bananymous/PoPL 2024-04-29 22:33:24 +00: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 branch main in Bananymous/PoPL 2024-04-29 22:33:24 +00:00
Bananymous created repository Bananymous/PoPL 2024-04-29 22:33:03 +00:00
Bananymous pushed to main at Bananymous/banan-os 2024-04-24 10:25:00 +00:00
d255141bd4 BuildSystem: Cleanup image creation
Bananymous pushed to main at Bananymous/banan-os 2024-04-22 23:10:09 +00: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 18:12:31 +00:00
47dafe62b8 BuildSystem: Make port build script use bash as shell
Bananymous pushed to main at Bananymous/banan-os 2024-04-22 18:11:18 +00:00
26922ebb51 Kernel: Remove stack size check for keyboard layout initialization
Bananymous pushed to main at Bananymous/banan-os 2024-04-22 17:00:27 +00:00
7480e71801 BuildSystem: Download binutils and gcc as tar balls
Bananymous pushed to main at Bananymous/banan-os 2024-04-20 15:14:10 +00:00
9ac3f48fcb Bootloader: Implement better memset and memcpy for 32 bit addresses
Bananymous pushed to main at Bananymous/banan-os 2024-04-20 15:11:33 +00:00
97c0e48a5f Bootloader: Implement better memset and memcpy for 32 bit addresses
Bananymous pushed to main at Bananymous/banan-os 2024-04-20 15:00:18 +00:00
13495edf1b Bootloader: Implement better memset and memcpy for 32 bit addresses