summaryrefslogtreecommitdiff
path: root/kernel/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* user.c for loading userspace elfs into memoryuserFreya Murphy2025-04-243-0/+34
* kernel syscall handlerFreya Murphy2025-04-241-1/+1
* const pointers on free & kmapuseraddrFreya Murphy2025-04-241-4/+14
* update paging codeFreya Murphy2025-04-232-26/+4
* some paging updates (more to come)Freya Murphy2025-04-231-4/+11
* change pcb structure (move context to top)Freya Murphy2025-04-231-4/+4
* add pml4 allocation/mem ctx alloationFreya Murphy2025-04-221-2/+27
* make pit ticks volatile, disable reload for now since brokenFreya Murphy2025-04-221-1/+1
* make fs use void*Freya Murphy2025-04-211-2/+2
* make somce changes to procsFreya Murphy2025-04-211-122/+33
* fmt, rename some fnsFreya Murphy2025-04-213-5/+42
* fs read/write functions, initrdFreya Murphy2025-04-214-12/+30
* add newline to log messagesIan McFarlane2025-04-201-0/+4
* refactor ATA interfaceIan McFarlane2025-04-201-24/+29
* make stuff publicFreya Murphy2025-04-201-4/+42
* dont use in[s] instructions or rep in cFreya Murphy2025-04-201-5/+34
* move kspin to use ms, add ata_reportFreya Murphy2025-04-204-38/+43
* add rudimentary sleeping function based on CMOS clockIan McFarlane2025-04-202-1/+8
* read BARs from PCIIan McFarlane2025-04-201-1/+5
* added initialization but it is untestedIan McFarlane2025-04-202-1/+20
* switch __FUNCTION__ to __func__Ian McFarlane2025-04-201-4/+4
* added logging, but we still get warnings about __FUNCTION__Ian McFarlane2025-04-202-14/+58
* starting on ataIan McFarlane2025-04-201-0/+0
* PIT (timer)Freya Murphy2025-04-201-0/+21
* fix term/gpu memory OOB error, add dynamic kernel identity map with N_IDENT_PTSFreya Murphy2025-04-201-2/+5
* rollback mem_map_memoryFreya Murphy2025-04-191-2/+2
* UEFI and republicansFreya Murphy2025-04-1910-63/+1560
* set mmap limitFreya Murphy2025-04-182-3/+6
* more pci devicesFreya Murphy2025-04-181-0/+3
* elf sym loadingFreya Murphy2025-04-172-0/+4590
* fmtFreya Murphy2025-04-172-2/+4
* font rending in framebuffer yay!!Freya Murphy2025-04-177-37/+206
* remove all printing to report functionsFreya Murphy2025-04-163-0/+16
* add support for cpu feature checking, see, and avxFreya Murphy2025-04-161-27/+38
* procs stub from wrc baselineFreya Murphy2025-04-152-0/+320
* more stub mem_ctx fnsFreya Murphy2025-04-151-1/+19
* move error.h out of symlinkFreya Murphy2025-04-151-1/+35
* public cpu_print_regs fnFreya Murphy2025-04-151-5/+10
* expand memory manager work with userspace (more then one ctx)Freya Murphy2025-04-153-26/+110
* fmtFreya Murphy2025-04-102-8/+12
* make lib bettererFreya Murphy2025-04-102-8/+18
* backtraceFreya Murphy2025-04-081-0/+26
* fmtFreya Murphy2025-04-081-2/+1
* acpiFreya Murphy2025-04-083-2/+36
* tty => termFreya Murphy2025-04-082-22/+37
* break apart c libarayFreya Murphy2025-04-0810-5/+579
* remove tty_init fnFreya Murphy2025-04-071-5/+0
* fix file pointersFreya Murphy2025-04-041-4/+11
* fs doesnt need closeFreya Murphy2025-04-041-7/+0
* fix fs vtableFreya Murphy2025-04-041-10/+28