Commit Graph

1990 Commits

Author SHA1 Message Date
fc3995b8db Update submodules 2023-01-04 06:49:07 +02:00
4d8205a516 Implemented simple GUI 2023-01-04 06:46:13 +02:00
f91503d704 TODO: implement a faster mem* 2023-01-04 06:45:22 +02:00
fd477325a3 More checks for SSE 2023-01-04 06:44:55 +02:00
3ab856feca Removed soft-float flag 2023-01-04 06:44:38 +02:00
9da6f0f98e Support even older CPUs 2023-01-04 04:31:31 +02:00
d13c208218 Fixed memset sse 2023-01-04 03:32:06 +02:00
dbb47bcd4d VirtualBox mouse stub driver 2023-01-03 23:28:30 +02:00
bc7e753825 Renamed file 2023-01-03 23:24:08 +02:00
e3180d4092 Updated kernel fonts 2023-01-03 17:54:24 +02:00
e59eef6be9 Moved SIMD mem* functions to separate files 2023-01-03 07:09:49 +02:00
c8bf57df77 Renamed memcpy.c file 2023-01-03 06:38:01 +02:00
4501826025 Kernel now uses SSE instructions properly 2023-01-03 06:36:15 +02:00
450fe4f0ac Check SIMD implementation 2023-01-03 01:35:40 +02:00
b7a7901cf9 Updated Makefile 2023-01-03 00:50:03 +02:00
d30435430e Updated Makefile 2023-01-03 00:45:08 +02:00
5de802f825 Updated Makefile 2023-01-03 00:45:01 +02:00
303dec8dfb Updated Makefile 2023-01-03 00:44:45 +02:00
4a83ff1114 More optimization for GUI 2023-01-02 04:09:31 +02:00
b8bcc85ee8 Updated notes 2023-01-02 04:09:14 +02:00
7615bfdfb3 Set a minimum for resizing a window 2022-12-29 20:32:03 +02:00
fad624205f Fixed resize 2022-12-29 19:59:40 +02:00
2902a00137 Added tailserial.sh 2022-12-29 08:06:09 +02:00
7e0b387e69 Rewrote GUI implementation 2022-12-29 08:05:30 +02:00
5774ceb9e1 Float stuff 2022-12-29 07:46:55 +02:00
ce8caa9f89 Oops 2022-12-29 07:07:37 +02:00
1e0381b163 This just slows down 2022-12-29 06:21:13 +02:00
12b490a515 Added GetBitsPerPixel & GetPitch 2022-12-29 05:29:43 +02:00
b236ca54ee Fixed compiler warnings 2022-12-29 05:29:27 +02:00
3f166b97c7 Improved shutting down procedure 2022-12-29 05:25:43 +02:00
ffdbc6e598 Call BeforeShutdown before shutting down 2022-12-29 05:03:59 +02:00
cfb69bf15a Check for pointers 2022-12-29 04:58:30 +02:00
045592d8e6 Replaced "%x" with "%lx" 2022-12-29 04:46:30 +02:00
e8d8f45c8a Scheduler optimizations 2022-12-29 04:46:12 +02:00
83803fb4cf cxxabi stuff 2022-12-29 02:06:25 +02:00
42e10dc2b1 Added sqrtf 2022-12-29 02:05:51 +02:00
c04c544470 Moved std stuff to std.h 2022-12-29 02:05:40 +02:00
e53bc14240 Fixed tasking SSE 2022-12-29 02:05:07 +02:00
5da3b3ae6c Recovery stub 2022-12-26 08:41:43 +02:00
25d30ed1a6 Get current thread 2022-12-26 08:41:33 +02:00
dec78acc19 Very simple GUI stub 2022-12-26 08:41:01 +02:00
c0a3d3dd24 Added DrawString in Display 2022-12-26 08:40:34 +02:00
18f05c6d83 Updated memory manager 2022-12-26 08:40:09 +02:00
98d58cf655 TODO 2022-12-26 08:39:27 +02:00
6eb4bdd6f5 ELF Interpreter stub 2022-12-25 22:47:47 +02:00
1d9cd1218b Remove .so & .a files from /system directory 2022-12-24 09:19:16 +02:00
40410cba41 Updated userspace 2022-12-24 09:18:45 +02:00
f07c10a2ee Improved checks for WakeUpThreads 2022-12-24 07:57:35 +02:00
0ac4fa3e14 APIC timer should tick every 1ms 2022-12-24 06:24:26 +02:00
ba425e59ca 🎉Implemented networking🎉 2022-12-24 06:24:10 +02:00