pluto/src/kernel
DrDeano 7b5f921d9f
File system files to new folder and use FixedBufferStream for initrd
Fixed non-header aligned sizes

When allocating a size that isn't aligned to the Header, then we get a incorrect alignment.
To fix this, added additional alignment padding to the next free header.

Fixed adding strings to build options
2020-08-06 18:13:53 +01:00
..
arch/x86 Don't override attributes when creating a new paging table 2020-07-26 14:30:52 +01:00
filesystem File system files to new folder and use FixedBufferStream for initrd 2020-08-06 18:13:53 +01:00
arch.zig Initial scheduler 2020-07-18 22:46:24 +01:00
bitmap.zig Initial scheduler 2020-07-18 22:46:24 +01:00
heap.zig File system files to new folder and use FixedBufferStream for initrd 2020-08-06 18:13:53 +01:00
kmain.zig File system files to new folder and use FixedBufferStream for initrd 2020-08-06 18:13:53 +01:00
log.zig Move to std.log 2020-07-23 20:47:56 +01:00
mem.zig WIP 2020-07-24 23:51:27 +01:00
panic.zig WIP 2020-07-24 23:51:27 +01:00
pmm.zig WIP 2020-07-24 23:51:27 +01:00
scheduler.zig Move to std.log 2020-07-23 20:47:56 +01:00
serial.zig Remove the old and in with the new 2020-06-23 12:43:52 +01:00
task.zig Move to std.log 2020-07-23 20:47:56 +01:00
tty.zig Move to std.log 2020-07-23 20:47:56 +01:00
vmm.zig Add virtToPhys and physToVirt 2020-07-30 09:18:01 +01:00