Commit Graph

2143 Commits

Author SHA1 Message Date
mintsuki d95a8403cc Use elf64 2020-03-25 01:31:59 +01:00
mintsuki 1a48bec601 Add elf parser 2020-03-25 01:04:18 +01:00
mintsuki 5c36fac374 Add testing facilities 2020-03-24 23:39:02 +01:00
mintsuki 225a7c238d echfs: Add open and read functions 2020-03-15 00:12:09 +01:00
mintsuki 1ce2a8d3ab Bump gcc and binutils versions in make_toolchain.sh 2020-03-13 17:04:51 +01:00
mintsuki ab5b09e237 Add editing capabilities to gets 2020-01-25 04:49:11 +01:00
mintsuki a9b31d6bfd Add command line editor 2020-01-25 03:06:56 +01:00
mintsuki 2f4311b2c0 Disable interrupts before jumping to kernel 2020-01-25 02:11:44 +01:00
mintsuki cddacc280a Add IDT and PIT driver 2020-01-25 02:05:19 +01:00
mintsuki 9b5c159d1f Improve disk driver 2020-01-23 01:48:35 +01:00
mintsuki 42325aed4a Add config file parsing 2020-01-22 07:13:19 +01:00
mintsuki 48ce450aa1 Fix gets bug 2020-01-22 05:20:11 +01:00
mintsuki 5082a450a0 Clean up more and add getchar and gets 2020-01-22 05:02:12 +01:00
mintsuki fdfc83abfb Clean bootsect code up 2020-01-22 04:12:55 +01:00
mintsuki 54074f2a97 Bug fixes in echfs driver, add 64 bit integer print formats 2020-01-22 03:11:26 +01:00
streaksu 85d6152025 Further work in echfs and partition management 2020-01-22 01:55:40 +01:00
mintsuki 9339c093fe Fix libgcc linkage issue 2020-01-22 00:56:20 +01:00
mintsuki f7b0f240d3 Add make toolchain script and reorganise source tree 2020-01-21 23:45:13 +01:00
mintsuki d624a35427 Add a .bss section to linker script 2020-01-21 11:42:17 +01:00
streaksu 97258c43f5 Added install script 2020-01-21 07:13:50 +01:00
streaksu 52125cd07f Add MBR parsing 2020-01-21 06:42:25 +01:00
streaksu 59ea2f0b59 Increased size to 32 KiB 2020-01-21 06:41:38 +01:00
mint 991487c25a
Merge pull request #4 from sakuranakamoto/master
Made error messages more specific
2019-07-08 23:27:28 +02:00
Sakura Nakamoto 44cb46a17e Revert "Removed save GPR code in read_sector"
This reverts commit c797223699.
2019-07-08 22:23:58 +01:00
Sakura Nakamoto c797223699 Removed save GPR code in read_sector 2019-07-08 21:31:54 +01:00
Sakura Nakamoto 3b44ce6ffc Made error messages more specific 2019-07-08 20:41:17 +01:00
mintsuki 859b767b5d Misc fixes to disk driver and real mode ints 2019-06-03 00:14:32 +02:00
mint 33ce263987
Merge pull request #3 from iiSaLMaN/disk-cached-read
Implement a cached read function + slight updates on disk.c
2019-06-02 18:26:54 +02:00
iiSaLMaN 304819cea5
some slight updates 2019-06-02 12:18:10 +03:00
iiSaLMaN e34646ba6c
Add cached read function + some slight updates 2019-06-02 12:17:49 +03:00
mintsuki 3768a8cf2e Other small changes to disk driver 2019-06-01 23:56:20 +02:00
mintsuki bbfc5d36af Adjustments to disk driver 2019-06-01 23:48:33 +02:00
mintsuki fc6c21ec77 Moved disk stuff to the right place 2019-06-01 23:38:40 +02:00
iiSaLMaN 7506fcb820 Add simple disk library (#2)
* Simple disk library

* Simple disk library

* add rm_seg and rm_off

* Make interrupt call per 128 sectors

* Matching code style + some modifies

* change max count to 127 + slight modifies 

max count of sectors to make a call with is 127 instead of 128

* make setup_dap static

* Matching actual code style + slight modifies
2019-06-01 23:34:24 +02:00
mintsuki 77572b0df4 Added print 2019-05-31 07:19:02 +02:00
mintsuki 3645ec0b75 Added libc.h 2019-05-31 06:23:23 +02:00
mintsuki d1a4f7856f Added rm_int function to execute real mode interrupts from pmode 2019-05-31 05:47:13 +02:00
mintsuki 6d53345231 Added license 2019-05-30 19:30:15 +02:00
mintsuki 3de2394f23 Make stage 3 32 bit 2019-05-30 16:35:49 +02:00
mintsuki 563825e44d Enable A20 line and enter 'unreal mode' in the bootsect 2019-05-30 16:25:23 +02:00
mintsuki 3c4c1a878a Add separate bootsector and stage2, add VGA text mode driver 2019-05-30 15:59:25 +02:00
mintsuki 276928841a Initial commit 2019-05-15 06:08:56 +02:00
mint cd38e24806
Initial commit 2019-05-15 06:02:12 +02:00