summaryrefslogtreecommitdiff
path: root/kernel/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update fsFreya Murphy2025-05-061-3/+3
|
* pc spkrFreya Murphy2025-05-054-2/+59
|
* finish syscall implsFreya Murphy2025-05-015-3/+23
|
* tarfsFreya Murphy2025-04-302-1/+19
|
* fmtFreya Murphy2025-04-301-2/+4
|
* update fs headers 3.0Freya Murphy2025-04-301-4/+19
|
* update fs headers 2.0Freya Murphy2025-04-301-28/+103
|
* fs header changesFreya Murphy2025-04-292-111/+37
|
* input managerFreya Murphy2025-04-294-27/+40
|
* change queue structuresFreya Murphy2025-04-291-7/+5
|
* ps2Freya Murphy2025-04-292-0/+192
|
* change struct gpu to gpu_devFreya Murphy2025-04-283-4/+4
|
* fork syscallFreya Murphy2025-04-281-0/+5
|
* heap (brk / sbrk)Freya Murphy2025-04-281-0/+4
|
* move context save area to pcb not in stackFreya Murphy2025-04-283-3/+20
|
* fmtFreya Murphy2025-04-271-1/+4
|
* better rep inswFreya Murphy2025-04-271-2/+1
|
* fs return bytes readFreya Murphy2025-04-271-2/+2
|
* lba48 for more then 256 sectorsFreya Murphy2025-04-271-2/+2
|
* new syscallsFreya Murphy2025-04-271-1/+3
|
* mem_get_phys fnFreya Murphy2025-04-251-0/+13
|
* fix fs off by 1 sectorFreya Murphy2025-04-251-2/+2
|
* poweroff syscallFreya Murphy2025-04-251-1/+2
|
* fmtFreya Murphy2025-04-252-4/+2
|
* noreturn on dispatchFreya Murphy2025-04-251-0/+1
|
* syscall_return fnFreya Murphy2025-04-251-0/+6
|
* pgdir clone stub, constify free fnsFreya Murphy2025-04-251-1/+1
|
* make alloc_pages_at() able to allocate noncontiguous physical pagesIan McFarlane2025-04-242-0/+21
|
* 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
|