History for honey-os / src / kernel / main.c
2023-03-29
@biosfood
refactor syscall.c
biosfood committed on 29 Mar 2023
2023-01-14
@biosfood
route the shell service to the vga output
biosfood committed on 14 Jan 2023
2023-01-09
@biosfood
add basic stack tracing ability
biosfood committed on 9 Jan 2023
2022-12-15
@biosfood
rename service proivder to service function ...
biosfood committed on 15 Dec 2022
2022-12-10
@biosfood
add kernel events ...
biosfood committed on 10 Dec 2022
2022-12-09
@biosfood
add an additional argument to request calls
biosfood committed on 9 Dec 2022
2022-12-08
@biosfood
make malloc functions accessible to user mode programs
biosfood committed on 8 Dec 2022
2022-07-28
@biosfood
mov syscall handlers to different files
biosfood committed on 28 Jul 2022
2022-07-17
@biosfood
add a static libary and fix interrupts
biosfood committed on 17 Jul 2022
2022-07-12
@biosfood
minor code cleanup regarding loading ELF files and running the main function
biosfood committed on 12 Jul 2022
2022-07-11
@biosfood
enable subscribing to an interrupt and set up the PIC
biosfood committed on 11 Jul 2022
@biosfood
end tasks when they trigger an exception
biosfood committed on 11 Jul 2022
2022-07-10
@biosfood
enable interrupts
biosfood committed on 10 Jul 2022
2022-06-25
@biosfood
enable freeing of memory
biosfood committed on 25 Jun 2022
2022-06-21
@biosfood
add passing data to a syscall
biosfood committed on 21 Jun 2022
2022-06-18
@biosfood
use registers for passing data to system calls
biosfood committed on 18 Jun 2022
2022-06-15
@biosfood
add the ability to create multiple services and repair inter-service communication
biosfood committed on 15 Jun 2022
2022-06-13
@biosfood
add port IO syscalls
biosfood committed on 13 Jun 2022
2022-06-12
@biosfood
clean up syscall code
biosfood committed on 12 Jun 2022
2022-06-10
@biosfood
add basic cross-calling of service providers
biosfood committed on 10 Jun 2022
@biosfood
organize services and their providers
biosfood committed on 10 Jun 2022
2022-06-08
@biosfood
enter usermode for user processes and start with some memory protection
biosfood committed on 8 Jun 2022
2022-06-06
@biosfood
first steps in services that can be run by the os
biosfood committed on 6 Jun 2022
2022-06-03
@biosfood
read elf data into a new page table
biosfood committed on 3 Jun 2022
2022-05-29
@biosfood
read the initrd file to get the memory location of the first userspace program
biosfood committed on 29 May 2022
@biosfood
find the initrd in the multiboot 2 information structure
biosfood committed on 29 May 2022
2022-05-28
@biosfood
add basic kernel page management
biosfood committed on 28 May 2022
2022-05-22
@biosfood
initial commit
biosfood committed on 22 May 2022