1af3ca19ab
BAN: Rewrite String with small string optimizations
09fcc613c7
BAN: Add variant to ForwardList
3940f53231
BuildSystem: Add bos short hand for building with zsh completions :)
0757834176
Kernel: Rewrite a lot of ext2 code
3bffbe330d
BAN: Update ByteSpan API
8d583c8b67
Kernel: Fix ext2 inode block allocation with triply indirect blocks
99bde9aa49
Kernel: Fix ext2 inode deletion cleanup
1ec341e2dd
rm: add option to remove recursively
d09310f388
Kernel: Fix ext2 inode deletion
126edea119
Userspace: implement basic rm command
74bfb930f2
Kernel/LibC: Add syscall and wrapper for unlink
091c5b6a66
BAN: Implement Ext2 file unlinking
4f4b8ada8c
Kernel: Fix read offset of RamFileInode
9e4adc1264
cp: abort copy if write fails
7a54a088b4
Userspace: Add basic chmod command
15bb1804ef
Kernel/LibC: implement chmod syscall + libc wrapper
1e2c2fb973
Shell: Set get old termios earlier
988a4e1cd8
BAN: Fix bug of size of splice after slice()
adbbdf73c4
meminfo: fix g++ warning for oob write
e8d20bc653
BuildSystem: Fix bugs in new build system
00ee86920a
Kernel: Add timeout to ACHI commands
51ad27ea3c
BuildSystem: Match README.md with the new buildsystem
df69612bb1
BuildSystem: Rewrite whole build system structure
5bfeb9f3ca
Kernel: Rewrite all read/write functions to use BAN::ByteSpan
db5c24b2a5
BAN: Implement ByteSpan
be3efb0b92
Kernel: Start using multiboot2 instead of multiboot
792bb2df1c
Kernel: TTY doesn't panic if it doesn't find input device
e01928d186
Kernel: Fix device identification with all bits as ones
48980b56ab
Kernel: ATABuses are but to compatibility mode if possible
b767317a7a
Kernel: Fix ATADevice naming
31aa157201
Kernel: Don't require framebuffer
5977341610
Kernel: PCI checks if ethernet device is E1000 before initialization
76f17bd569
Kernel: PCIDevice stores its vendor id and device id
6b1b3d333c
BuildSystem: add cmake variable UEFI_BOOT
cb65be3e33
Toolchain: Build grub with efi capabilities
a2b5e71654
Kernel: Implement AHCI driver
d3e5c8e0aa
Kernel: Generalize ATA device and cleanup code
f4b901a646
Kernel: Add Timer::ns_since_boot()
790064d248
Kernel: Add vaddr/paddr conversion functions to DMARegion
ab8b77406d
Kernel: PCI can now get interrupts for devices
211cad03ff
Kernel: Implement bare boness DMA Region
8a9816d6e0
Kernel: Add API for getting contiguous physcial pages
03d2bf4002
Kernel: Rework physical memory allocation
f071240b33
Kernel: Fix PCI BarRegion offsets
27364f64a6
Kernel: Rework whole ATA driver structure
bcf62c5f2e
Kernel: Rework interrupt mechanism
4d6322ff9c
BuildSystem: Don't strip kernel
2eef581737
BuildSystem: Try to set compiler only if it exists
e780eaa45f
meminfo: Print allocated physical memory percentage
44cb0af64f
Shell: source $HOME/.shellrc if found on Shell startup
bb0989fdef
Shell: Implement sourcing scripts
f0b6844feb
meminfo: Add process command line to the output
b712c70c75
Kernel: Expose command line and environment to /proc
797ca65c66
Kernel: Add physical memory info to /proc/{pid}/meminfo
762b7a4276
Userspace: Add meminfo command that parses /proc/{pid}/meminfo
a511441f7e
Kernel: /proc/{pid}/meminfo now reports per process memory usage
cd61d710df
Kernel: Add procfs that contains only pids
f88ad7efcd
Kernel: All process' memory areas can report their virtual mem usage
38320018dc
LibC: Implement stpcpy since gcc seems to need it
3f164c6b82
Userspace: Implement basic test for MAP_SHARED
f953f3d3ff
Kernel: Implement MAP_SHARED for regular files
9fc75fe445
Kernel: Don't write to stat_loc on SYS_WAIT if it is null
7a5bb6a56b
Userspace: Implement cat-mmap
d54c6b7f6b
LibC: Fix mmap()
7e9e4c47ae
LibELF: Optimize LoadableELF::clone() memory usage
603fc200e6
Kernel: Add some sanity assertions/functions
c11e84b248
Kernel: Use the new on demand ELF structure
be13120554
LibELF: Implement new ELF structure
9943edad5a
LibELF: Add types for native executable