summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-01docs: explained stack reserveAlmuHS
2019-05-01format: removed commented lineAlmuHS
2019-05-01experiment: redefined STACK_SIZEAlmuHS
2019-05-01Merge remote-tracking branch 'refs/remotes/origin/wip' into wipAlmuHS
2019-05-01docs: updated READMEAlmuHS
2019-05-01Merge remote-tracking branch 'refs/remotes/origin/wip' into wipAlmuHS
2019-05-01docs: updated READMEAlmuHS
2019-05-01docs: updated READMEAlmuHS
2019-05-01format: clean cpu_launch_first_threadAlmuHS
2019-05-01format: cleaned codeAlmuHS
2019-05-01fix: removed stack_ptr initial blockAlmuHS
2019-05-01try to fix: moved stack_ptr declaration to C codeAlmuHS
2019-05-01try to fix: stack crashAlmuHS
2019-05-01try to fix: stack crashAlmuHS
2019-05-01Fix: reserve memory for all stacksAlmuHS
2019-04-30try to fix stack reserveAlmuHS
2019-04-30reenabled cpu_stack and removed useless printfAlmuHS
2019-04-30little fixAlmuHS
2019-04-30add memory reserve to cpu stackAlmuHS
2019-04-30initialize stack_ptr to cpu stackAlmuHS
2019-04-30start implementation of cpustack arrayAlmuHS
2019-04-28Revert "added call to gdt_init() and idt_init() in cpu_setup()"AlmuHS
2019-04-27added call to gdt_init() and idt_init() in cpu_setup()AlmuHS
2019-04-27disabled call to slave_main()AlmuHS
2019-04-27Revert "experiment: disable registers initialization"AlmuHS
2019-04-27Revert "disabled call to slave_main()"AlmuHS
2019-04-27experiment: disable registers initializationAlmuHS
2019-04-27disabled call to slave_main()AlmuHS
2019-04-27removed mutex in cpu_setup()AlmuHS
2019-04-27undone KERNEL_DS in beginningAlmuHS
2019-04-27removed null stack loadAlmuHS
2019-04-27removed hardcoded valuesAlmuHS
2019-04-24fix typoAlmuHS
2019-04-22created new mutexAlmuHS
2019-04-22added mutexAlmuHS
2019-04-22modified traceAlmuHS
2019-04-22moved slave_main() call at bottomAlmuHS
2019-04-22add more tracesAlmuHS
2019-04-22add more tracesAlmuHS
2019-04-22added some tracesAlmuHS
2019-04-22disabled call to cpu_number()AlmuHS
2019-04-22added call to slave_main() in cpu_setup()AlmuHS
2019-04-22fix typoAlmuHS
2019-04-22updated READMEAlmuHS
2019-04-22Merge remote-tracking branch 'refs/remotes/origin/wip' into wipAlmuHS
2019-04-22removed _intstack loadingAlmuHS
2019-04-21removed _intstack loadingAlmuHS
2019-04-21recovered declarationAlmuHS
2019-04-21removed duplicated declaration of _intstackAlmuHS
2019-04-21removed iplt blocksAlmuHS