summaryrefslogtreecommitdiff
path: root/kernel/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fmtFreya Murphy2025-04-041-22/+22
|
* update fs headerFreya Murphy2025-04-041-20/+22
|
* adde disk read/write functionsFreya Murphy2025-04-041-0/+22
|
* generic file system structuresFreya Murphy2025-04-041-0/+166
|
* fmtFreya Murphy2025-04-041-0/+59
|
* real time clockFreya Murphy2025-04-041-0/+14
|
* serial and ttyFreya Murphy2025-04-032-0/+46
|
* pciFreya Murphy2025-04-032-0/+89
|
* load multiboot memory map, heap is done!!!Freya Murphy2025-04-031-0/+16
|
* add 64-bit idt/pic and fix pagingFreya Murphy2025-04-031-0/+17
|