592 Commits

Author SHA1 Message Date
Baptiste Wicht
11451dd669 Clean 2013-10-27 13:51:52 +01:00
Baptiste Wicht
936c6f6b3e Clean 2013-10-27 13:51:21 +01:00
Baptiste Wicht
f38202565b Output more lines 2013-10-26 19:32:47 +02:00
Baptiste Wicht
7bbc6251ee Ensure that kernel_main gets the first place in the output file 2013-10-26 19:32:10 +02:00
Baptiste Wicht
6e823e6d6a Display an hello world in C++ 2013-10-26 18:56:16 +02:00
Baptiste Wicht
0621247e54 Wipe out the screen before loading C++ 2013-10-26 17:05:41 +02:00
Baptiste Wicht
389a709e9d Fix clear_command 2013-10-26 17:04:27 +02:00
Baptiste Wicht
63e4de5102 Display some more 2013-10-26 17:00:14 +02:00
Baptiste Wicht
067f6efecc Display a char from C++ :) 2013-10-26 16:58:11 +02:00
Baptiste Wicht
3c704bbf4d Prepare C++ loading 2013-10-26 16:55:33 +02:00
Baptiste Wicht
fb88b9f78b Load the C++ kernel from floppy after the asm kernel 2013-10-26 13:54:46 +02:00
Baptiste Wicht
a682a77b47 Save some space 2013-10-26 13:19:15 +02:00
Baptiste Wicht
50ffb9c67a Prepare the infrastructure for C++ kernel 2013-10-26 13:15:29 +02:00
Baptiste Wicht
a35ee7f71d Cleanup 2013-10-26 12:55:37 +02:00
Baptiste Wicht
c89af16e54 Cleanup 2013-10-26 12:48:18 +02:00
Baptiste Wicht
c360a149a8 If the user just press enter, do not handle this as a command 2013-10-19 16:24:21 +02:00
Baptiste Wicht
3b0efe5aab Handle scrolling the screen 2013-10-19 16:19:48 +02:00
Baptiste Wicht
0fc098f05c Add date command 2013-10-19 15:55:47 +02:00
Baptiste Wicht
8866ca95d2 Basic frequency calculation 2013-10-19 11:00:10 +02:00
Baptiste Wicht
2d7ac44dc6 Add unit in sysinfo 2013-10-19 10:14:31 +02:00
Baptiste Wicht
e1198c0a41 Optimizations 2013-10-19 10:08:41 +02:00
Baptiste Wicht
6a2bf11ce7 Handle backspace 2013-10-19 10:03:54 +02:00
Baptiste Wicht
d2ef1a124b Fix number of commands 2013-10-19 08:52:10 +02:00
Baptiste Wicht
df4adf66f7 Add Programmable Interval Timer support
Add uptime command
2013-10-19 08:50:21 +02:00
Baptiste Wicht
ae784bc2b7 Clean 2013-10-18 23:07:01 +02:00
Baptiste Wicht
a5293ac79f Use IRQ 1 to get information from the keyboard instead of polling 2013-10-18 23:06:19 +02:00
Baptiste Wicht
147dfc2374 Add IRQ handlers system 2013-10-18 22:36:15 +02:00
Baptiste Wicht
a774a2733b Fix IRQ handling routine
Fix stack alignement
8 is already belongs to slave PIC
2013-10-18 18:42:24 +02:00
Baptiste Wicht
7e185447b7 Improve IRQs 2013-10-18 18:20:20 +02:00
Baptiste Wicht
4f481be7c8 Remap correctly IRQs 0->15 to IDT 32->47 2013-10-18 18:10:24 +02:00
Baptiste Wicht
de04e6c8e8 Fix interruptions 2013-10-18 13:37:39 +02:00
Baptiste Wicht
bd8626b905 Cleanup 2013-10-18 13:37:14 +02:00
Baptiste Wicht
a2f78911f7 Fix makefile for bochs 2013-10-18 08:09:51 +02:00
Baptiste Wicht
5ed1e82332 Updates 2013-10-17 16:45:48 +02:00
Baptiste Wicht
4a8ea7a1b8 Add small security to make sure every sector is read 2013-10-17 16:32:45 +02:00
Baptiste Wicht
06810e5352 Fix size of address 2013-10-17 10:35:37 +02:00
Baptiste Wicht
7752626c85 Refactor tables 2013-10-17 10:33:26 +02:00
Baptiste Wicht
f3750c61a6 Install interrupts
Install ISRs
2013-10-16 23:08:26 +02:00
Baptiste Wicht
b1ed8f89b2 Cleanup 2013-10-16 12:43:42 +02:00
Baptiste Wicht
cfe218aca5 Refactor features extraction
Add fpu and aes
2013-10-16 12:42:28 +02:00
Baptiste Wicht
e0b7aaa240 Add avx to the list of gathered features 2013-10-16 12:33:57 +02:00
Baptiste Wicht
41ecd7c69a Add print_int_normal 2013-10-16 10:21:26 +02:00
Baptiste Wicht
ac650c0b90 Only get MPERF/APERF if Hardware Coordination is on 2013-10-16 09:19:05 +02:00
Baptiste Wicht
ec053358eb Display L2 cache size 2013-10-15 22:56:18 +02:00
Baptiste Wicht
85fc269d49 Fix family and model computations 2013-10-15 22:36:26 +02:00
Baptiste Wicht
5d18409862 Improve sysinfo 2013-10-15 22:25:19 +02:00
Baptiste Wicht
e15970b900 Implement help command 2013-10-15 20:19:47 +02:00
Baptiste Wicht
283eece7c7 Cleanup 2013-10-14 19:20:06 +02:00
Baptiste Wicht
fe939dd400 Separate keyboard and console from shell 2013-10-14 19:18:14 +02:00
Baptiste Wicht
d6470f3bae Activate all warnings 2013-10-14 19:18:05 +02:00