From 3844651e49258a400ed81273f7cd620a14264386 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 24 Jan 2021 19:38:10 -0800 Subject: 7559 - reorganize sectors built in raw hex This was tedious for three reasons beyond the usual one of having to track and update offsets several time while I debug: - The Bochs troubles of the previous commit kept polluting my brain even though they were irrelevant. - I had to keep some changes locally to allow myself to use Bochs, which polluted my working directory. - I had to travel the long way to the realization that I'm not actually initializing the stack anywhere. BIOS was starting my stack off at 0x10000, which was promptly clobbered by my second read from disk. The good news: while I'm here I grow the interrupt descriptor table. So I don't have to go through this exercise when I get back to supporting the mouse. --- baremetal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'baremetal/README.md') diff --git a/baremetal/README.md b/baremetal/README.md index c4cf3efa..f9f3b493 100644 --- a/baremetal/README.md +++ b/baremetal/README.md @@ -30,7 +30,7 @@ operating systems. There's also currently no code/data segment separation, just labels and bytes. I promise not to write self-modifying code. Security and sandboxing is still an open question. -Programs start executing at address 0x9000. See baremetal/boot.hex for +Programs start executing at address 0x9400. See baremetal/boot.hex for details. Mu programs always run all their automated tests first. `main` only runs if -- cgit 1.4.1-2-gfad0 href='/danisanti/profani-tty/commit/tests/unittests/test_server_events.h?id=ba414eb0aca2a4178cbf5244e8c266f213cb4497'>commit diff stats
path: root/tests/unittests/test_server_events.h
blob: 1cac6799917dcb69edbc96d6288f3baa65bf1a2c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14