-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGELOG
58 lines (29 loc) · 1.27 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
2021-09-26 bobrossrtx <[email protected]>
* notes: Added some todo's/fixme's, going to work on rtc another time
2021-09-26 bobrossrtx <[email protected]>
* kernel & rtc: Started working on rtc time & cleaned up kernel_entry
2021-09-26 bobrossrtx <[email protected]>
* string.h/c: Cleaned up & updated memset function
2021-09-26 bobrossrtx <[email protected]>
* logging: Updated output of drivers
2021-09-26 bobrossrtx <[email protected]>
* cfg: Moved a couple things around
2021-09-24 owen <[email protected]>
Merge branch 'master' of github.com:TinyKern/TinyKernel
* 'master' of github.com:TinyKern/TinyKernel:
Moved bootloader & added global constructors
2021-09-24 owen <[email protected]>
* fix: removed undefined function call
2021-09-24 owen <[email protected]>
* bump: I don't even know what I added, just read through code, and it works
2021-09-21 bobrossrtx <[email protected]>
Moved bootloader & added global constructors
2021-09-17 Owen Boreham <[email protected]>
Merge pull request #14 from TinyKern/idt-irq-interrupts
Added IRQ, ISR, IDT & Interrupts
Local Variables:
mode: change-log
left-margin: 8
fill-column: 76
version-control: never
End: