Commit graph

204 commits

Author SHA1 Message Date
fcae11348d Clean up the GDT class 2016-03-02 02:02:34 -05:00
00e961435e Add IDT class for managing the interrupt table 2016-03-02 02:02:01 -05:00
d2cfbfd45d Console constructor is public again... 2016-03-01 12:02:37 -05:00
238e79f514 Move GDT to its own object 2016-03-01 12:01:51 -05:00
b893151fa4 Header formatting 2016-02-29 22:04:38 -05:00
6c076be975 GDT WORKS HOLY CRAP 2016-02-28 23:26:42 -05:00
94a8f74ada System console is back 2016-02-28 22:50:21 -05:00
945ad0e907 Add a bunch of code (copied from Paisley and rewritten a bit) for creating GDT entries 2016-02-28 15:28:17 -05:00
a7d0607c92 Okay, just create a console object when you need one... for now 2016-02-28 13:33:20 -05:00
e86960a283 Add cxa_guard functions for C++ ABI compatibility 2016-02-28 13:19:02 -05:00
8574dabf74 Merge remote-tracking branch 'base/master' 2016-02-28 12:57:24 -05:00
a4a8972625 Reference env directly
This change will work when the new changes to base are merged...
2016-02-28 12:57:12 -05:00
50177d96b8 Remove paths module 2016-02-28 09:24:20 -08:00
146b177ca9 Property export env 2016-02-28 09:22:46 -08:00
84b5595490 Remove TODO 2016-02-28 09:22:34 -08:00
0ed28ab34c Formatting 2016-02-28 03:51:30 -05:00
069ce17238 Note about slower performance of console writing in kmain() vs kearly() 2016-02-28 03:50:35 -05:00
14b7750b28 Remove hello.cc 2016-02-28 03:48:50 -05:00
d997765710 Global initialization of C++ static objects
I *think* I have this working right...?
2016-02-28 03:46:30 -05:00
760884de78 Console can scroll now! 2016-02-27 15:07:52 -05:00
42ac9ebe86 Console has tabs 2016-02-27 14:04:18 -05:00
4d7a8653be Console has newline support 2016-02-27 13:59:30 -05:00
f750094b13 Say hello, kernel! 2016-02-27 13:50:51 -05:00
d8c96e8eed Move main.cc -> Main.cc 2016-02-27 13:02:59 -05:00
c6eaba487c Get console building 2016-02-27 13:02:49 -05:00
5f0c65bf81 Add Console class 2016-02-27 12:51:25 -05:00
989118d8d3 Comment formatting 2016-02-27 12:34:36 -05:00
114642d9be boot tweaks 2016-02-27 12:34:31 -05:00
2b41a47bcd Get it all building 2016-02-27 12:27:44 -05:00
2ab67a8138 Add color diagnostics switch for gcc 2016-02-27 09:11:38 -08:00
30823ca314 Merge remote-tracking branch 'base/master' 2016-02-27 08:56:41 -08:00
517a083694 Add Append and Replace to the env 2016-02-27 08:55:09 -08:00
c70074aa89 grub.cfg 2016-02-27 08:39:42 -08:00
1261443ac1 The built 2016-02-27 08:39:32 -08:00
2b51791632 SConstruct for building an OS 2016-02-27 08:38:49 -08:00
a6fb9594da Merge remote-tracking branch 'base/master' 2016-02-26 22:47:14 -08:00
cc79e6bd01 Move everything to src
I am indecisive
2016-02-26 22:46:18 -08:00
d71037a775 Barest of bare bones 2016-02-26 22:31:34 -08:00
3350ea2151 Empty SConstruct 2016-02-26 22:15:40 -08:00
a9b87fc778 Initial commit 2016-02-26 22:13:51 -08:00
fd2e6ae699 Add swiftc tool 2015-12-05 09:53:32 -08:00
c669ad98f1 Doc comment for SConstruct 2015-12-05 09:52:52 -08:00
7266c24896 Rewrite the src SConscript 2015-10-17 00:24:54 -07:00
8a00e0a00d Program: name instead of program argument 2015-10-17 00:24:38 -07:00
67ab71ee8d Use LOCAL_LIBS instead of LIBS -- fewer conflicts 2015-10-17 00:24:19 -07:00
26eeb0874e Remove global do_sconscript function 2015-10-17 00:15:20 -07:00
e1c4e0c4b7 Add program and sconscript tools 2015-10-17 00:13:49 -07:00
bd7a79c9e1 Move more things to the lib tool 2015-10-17 00:13:11 -07:00
e0f3f0a2b4 Run all tests as part of the test target 2015-10-16 23:51:14 -07:00
c9e28a2bff Move lib environment methods to the lib tool 2015-10-16 23:50:48 -07:00